File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ ENV SAGEMAKER_TRAINING_MODULE=sagemaker_tensorflow_container.training:main
24
24
# Define framework-related package sources
25
25
ARG FRAMEWORK_SUPPORT_INSTALLABLE=sagemaker_tensorflow_training*.tar.gz
26
26
ARG TF_URL=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.15.2/AmazonLinux/cpu/final/tensorflow-1.15.2-cp36-cp36m-manylinux2010_x86_64.whl
27
- ARG SMDEBUG_URL=https://s3.amazonaws.com/kannanva-smdebug-0.7/smdebug-0.7.0b20200309-py2.py3-none-any.whl
28
27
29
28
RUN apt-get update \
30
29
&& apt-get install -y --no-install-recommends \
@@ -100,7 +99,7 @@ RUN pip install --no-cache-dir -U \
100
99
keras_preprocessing==1.1.0 \
101
100
keras==2.3.1 \
102
101
requests==2.22.0 \
103
- ${SMDEBUG_URL} \
102
+ smdebug==0.5.0.post0 \
104
103
sagemaker==1.50.17 \
105
104
sagemaker-experiments==0.1.3 \
106
105
mpi4py==3.0.2 \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ ARG FRAMEWORK_SUPPORT_INSTALLABLE=sagemaker_tensorflow_training*.tar.gz
23
23
ARG TF_URL=https://tensorflow-aws.s3-us-west-2.amazonaws.com/1.15.2/AmazonLinux/gpu/final/tensorflow_gpu-1.15.2-cp36-cp36m-manylinux2010_x86_64.whl
24
24
ARG SMDEBUG_URL=https://s3.amazonaws.com/kannanva-smdebug-0.7/smdebug-0.7.0b20200309-py2.py3-none-any.whl
25
25
26
+
26
27
RUN apt-get update \
27
28
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
28
29
python3-dev \
@@ -137,7 +138,7 @@ RUN pip install --no-cache-dir -U \
137
138
keras_preprocessing==1.1.0 \
138
139
requests==2.22.0 \
139
140
keras==2.3.1 \
140
- ${SMDEBUG_URL} \
141
+ smdebug==0.5.0.post0 \
141
142
sagemaker==1.50.17 \
142
143
sagemaker-experiments==0.1.3 \
143
144
mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments