@@ -7,17 +7,17 @@ ENV DEBIAN_FRONTEND noninteractive
77ENV DEBCONF_NONINTERACTIVE_SEEN true
88ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
99
10- ENV PYTHONDONTWRITEBYTECODE=1
11- ENV PYTHONUNBUFFERED=1
12- ENV PYTHONIOENCODING=UTF-8
13- ENV LANG=C.UTF-8
10+ ENV PYTHONDONTWRITEBYTECODE=1
11+ ENV PYTHONUNBUFFERED=1
12+ ENV PYTHONIOENCODING=UTF-8
13+ ENV LANG=C.UTF-8
1414ENV LC_ALL=C.UTF-8
1515
1616# Set environment variables for MKL
1717# For more about MKL with TensorFlow see:
1818# https://www.tensorflow.org/performance/performance_guide#tensorflow_with_intel%C2%AE_mkl_dnn
19- ENV KMP_AFFINITY=granularity=fine,compact,1,0
20- ENV KMP_BLOCKTIME=1
19+ ENV KMP_AFFINITY=granularity=fine,compact,1,0
20+ ENV KMP_BLOCKTIME=1
2121ENV KMP_SETTINGS=0
2222
2323ARG PYTHON=python3
@@ -153,6 +153,7 @@ RUN ${PIP} install --no-cache-dir -U \
153153 awscli \
154154 mpi4py==3.0.3 \
155155 opencv-python==4.2.0.32 \
156+ sagemaker==1.50.17 \
156157 sagemaker-experiments==0.1.7 \
157158 "sagemaker-tensorflow>=2.1,<2.2" \
158159 # Let's install TensorFlow separately in the end to avoid
@@ -161,7 +162,7 @@ RUN ${PIP} install --no-cache-dir -U \
161162 ${TF_URL} \
162163 && ${PIP} install --no-cache-dir -U \
163164 $FRAMEWORK_SUPPORT_INSTALLABLE \
164- && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
165+ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
165166
166167# Install Horovod, temporarily using CUDA stubs
167168RUN ldconfig /usr/local/cuda-10.1/targets/x86_64-linux/lib/stubs \
0 commit comments