File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ ENV SAGEMAKER_TRAINING_MODULE=sagemaker_tensorflow_container.training:main
2424# Define framework-related package sources
2525ARG FRAMEWORK_SUPPORT_INSTALLABLE=sagemaker_tensorflow_training*.tar.gz
2626ARG 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.0b20200304-py2.py3-none-any.whl
2728
2829RUN apt-get update \
2930 && apt-get install -y --no-install-recommends \
@@ -99,7 +100,7 @@ RUN pip install --no-cache-dir -U \
99100 keras_preprocessing==1.1.0 \
100101 keras==2.3.1 \
101102 requests==2.22.0 \
102- smdebug==0.5.0.post0 \
103+ ${SMDEBUG_URL} \
103104 sagemaker==1.50.17 \
104105 sagemaker-experiments==0.1.3 \
105106 mpi4py==3.0.2 \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ 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.0b20200304-py2.py3-none-any.whl
2425
2526RUN apt-get update \
2627 && apt-get install -y --no-install-recommends --allow-unauthenticated \
@@ -136,7 +137,7 @@ RUN pip install --no-cache-dir -U \
136137 keras_preprocessing==1.1.0 \
137138 requests==2.22.0 \
138139 keras==2.3.1 \
139- smdebug==0.5.0.post0 \
140+ ${SMDEBUG_URL} \
140141 sagemaker==1.50.17 \
141142 sagemaker-experiments==0.1.3 \
142143 mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments