File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN pip install --no-cache-dir -U \
105
105
requests==2.22.0 \
106
106
smdebug==0.5.0.post0 \
107
107
sagemaker-experiments==0.1.3 \
108
- awscli==1.16.296 \
108
+ # awscli==1.16.296 \
109
109
mpi4py==3.0.2 \
110
110
"cryptography>=2.3" \
111
111
"sagemaker-tensorflow>=1.15,<1.16" \
@@ -119,6 +119,8 @@ RUN pip install --no-cache-dir -U \
119
119
horovod==0.18.2 \
120
120
&& pip install --no-cache-dir -U \
121
121
$FRAMEWORK_SUPPORT_INSTALLABLE \
122
+ && pip install --no-cache-dir -U \
123
+ awscli==1.16.314 \
122
124
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
123
125
124
126
COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN pip install --no-cache-dir -U \
142
142
"python-dateutil<2.8.1" \
143
143
smdebug==0.5.0.post0 \
144
144
sagemaker-experiments==0.1.3 \
145
- awscli==1.16.296 \
145
+ # awscli==1.16.296 \
146
146
mpi4py==3.0.2 \
147
147
"cryptography>=2.3" \
148
148
"sagemaker-tensorflow>=1.15,<1.16" \
@@ -152,6 +152,8 @@ RUN pip install --no-cache-dir -U \
152
152
${TF_URL} \
153
153
&& pip install --no-cache-dir -U \
154
154
$FRAMEWORK_SUPPORT_INSTALLABLE \
155
+ && pip install --no-cache-dir -U \
156
+ awscli==1.16.314 \
155
157
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
156
158
157
159
# Install Horovod, temporarily using CUDA stubs
You can’t perform that action at this time.
0 commit comments