File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RUN pip install --no-cache-dir -U \
99
99
keras_preprocessing==1.1.0 \
100
100
keras==2.3.1 \
101
101
requests==2.22.0 \
102
- smdebug==0.5.0.post0 \
102
+ smdebug==0.7.0 \
103
103
sagemaker==1.50.17 \
104
104
sagemaker-experiments==0.1.3 \
105
105
mpi4py==3.0.2 \
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ ENV SAGEMAKER_TRAINING_MODULE=sagemaker_tensorflow_container.training:main
21
21
# Define framework-related package sources
22
22
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
- ARG SMDEBUG_URL=https://s3.amazonaws.com/kannanva-smdebug-0.7/smdebug-0.7.0b20200309-py2.py3-none-any.whl
25
24
26
25
27
26
RUN apt-get update \
@@ -138,7 +137,7 @@ RUN pip install --no-cache-dir -U \
138
137
keras_preprocessing==1.1.0 \
139
138
requests==2.22.0 \
140
139
keras==2.3.1 \
141
- smdebug==0.5.0.post0 \
140
+ smdebug==0.7.0 \
142
141
sagemaker==1.50.17 \
143
142
sagemaker-experiments==0.1.3 \
144
143
mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments