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.7.0 \
102+ smdebug==0.7.1 \
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 @@ -22,7 +22,6 @@ ENV SAGEMAKER_TRAINING_MODULE=sagemaker_tensorflow_container.training:main
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
2424
25-
2625RUN apt-get update \
2726 && apt-get install -y --no-install-recommends --allow-unauthenticated \
2827 python3-dev \
@@ -137,7 +136,7 @@ RUN pip install --no-cache-dir -U \
137136 keras_preprocessing==1.1.0 \
138137 requests==2.22.0 \
139138 keras==2.3.1 \
140- smdebug==0.7.0 \
139+ smdebug==0.7.1 \
141140 sagemaker==1.50.17 \
142141 sagemaker-experiments==0.1.7 \
143142 mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments