@@ -7,17 +7,17 @@ ENV DEBIAN_FRONTEND noninteractive
7
7
ENV DEBCONF_NONINTERACTIVE_SEEN true
8
8
ENV SAGEMAKER_TRAINING_MODULE sagemaker_tensorflow_container.training:main
9
9
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
14
14
ENV LC_ALL=C.UTF-8
15
15
16
16
# Set environment variables for MKL
17
17
# For more about MKL with TensorFlow see:
18
18
# 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
21
21
ENV KMP_SETTINGS=0
22
22
23
23
ARG PYTHON=python3
@@ -153,6 +153,7 @@ RUN ${PIP} install --no-cache-dir -U \
153
153
awscli \
154
154
mpi4py==3.0.3 \
155
155
opencv-python==4.2.0.32 \
156
+ sagemaker==1.50.17 \
156
157
sagemaker-experiments==0.1.7 \
157
158
"sagemaker-tensorflow>=2.1,<2.2" \
158
159
# Let's install TensorFlow separately in the end to avoid
@@ -161,7 +162,7 @@ RUN ${PIP} install --no-cache-dir -U \
161
162
${TF_URL} \
162
163
&& ${PIP} install --no-cache-dir -U \
163
164
$FRAMEWORK_SUPPORT_INSTALLABLE \
164
- && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
165
+ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
165
166
166
167
# Install Horovod, temporarily using CUDA stubs
167
168
RUN ldconfig /usr/local/cuda-10.1/targets/x86_64-linux/lib/stubs \
0 commit comments