Skip to content

Commit 32dbd83

Browse files
committed
changed awscli to prevent botocore conflict
1 parent 0962c92 commit 32dbd83

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docker/1.15.0/py3/Dockerfile.cpu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN pip install --no-cache-dir -U \
105105
requests==2.22.0 \
106106
smdebug==0.5.0.post0 \
107107
sagemaker-experiments==0.1.3 \
108-
awscli==1.16.296 \
108+
# awscli==1.16.296 \
109109
mpi4py==3.0.2 \
110110
"cryptography>=2.3" \
111111
"sagemaker-tensorflow>=1.15,<1.16" \
@@ -119,6 +119,8 @@ RUN pip install --no-cache-dir -U \
119119
horovod==0.18.2 \
120120
&& pip install --no-cache-dir -U \
121121
$FRAMEWORK_SUPPORT_INSTALLABLE \
122+
&& pip install --no-cache-dir -U \
123+
awscli==1.16.314 \
122124
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
123125

124126
COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py

docker/1.15.0/py3/Dockerfile.gpu

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ RUN pip install --no-cache-dir -U \
142142
"python-dateutil<2.8.1" \
143143
smdebug==0.5.0.post0 \
144144
sagemaker-experiments==0.1.3 \
145-
awscli==1.16.296 \
145+
# awscli==1.16.296 \
146146
mpi4py==3.0.2 \
147147
"cryptography>=2.3" \
148148
"sagemaker-tensorflow>=1.15,<1.16" \
@@ -152,6 +152,8 @@ RUN pip install --no-cache-dir -U \
152152
${TF_URL} \
153153
&& pip install --no-cache-dir -U \
154154
$FRAMEWORK_SUPPORT_INSTALLABLE \
155+
&& pip install --no-cache-dir -U \
156+
awscli==1.16.314 \
155157
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
156158

157159
# Install Horovod, temporarily using CUDA stubs

0 commit comments

Comments
 (0)