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 \
9999 keras_preprocessing==1.1.0 \
100100 keras==2.3.1 \
101101 requests==2.22.0 \
102- smdebug==0.5.0.post0 \
102+ smdebug==0.7.0 \
103103 sagemaker==1.50.17 \
104104 sagemaker-experiments==0.1.7 \
105105 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
2121# Define framework-related package sources
2222ARG FRAMEWORK_SUPPORT_INSTALLABLE=sagemaker_tensorflow_training*.tar.gz
2323ARG 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
2524
2625
2726RUN apt-get update \
@@ -138,7 +137,7 @@ RUN pip install --no-cache-dir -U \
138137 keras_preprocessing==1.1.0 \
139138 requests==2.22.0 \
140139 keras==2.3.1 \
141- smdebug==0.5.0.post0 \
140+ smdebug==0.7.0 \
142141 sagemaker==1.50.17 \
143142 sagemaker-experiments==0.1.7 \
144143 mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments