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.7.0 \
102
+ smdebug==0.7.1 \
103
103
sagemaker==1.50.17 \
104
104
sagemaker-experiments==0.1.7 \
105
105
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
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
24
25
-
26
25
RUN apt-get update \
27
26
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
28
27
python3-dev \
@@ -137,7 +136,7 @@ RUN pip install --no-cache-dir -U \
137
136
keras_preprocessing==1.1.0 \
138
137
requests==2.22.0 \
139
138
keras==2.3.1 \
140
- smdebug==0.7.0 \
139
+ smdebug==0.7.1 \
141
140
sagemaker==1.50.17 \
142
141
sagemaker-experiments==0.1.7 \
143
142
mpi4py==3.0.2 \
You can’t perform that action at this time.
0 commit comments