Skip to content

Commit 3c384ad

Browse files
authored
Pin awscli to latest (#270)
1 parent ca1a008 commit 3c384ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.15.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN pip install --no-cache-dir -U \
112112
horovod==0.18.2 \
113113
&& pip install --no-cache-dir -U \
114114
$FRAMEWORK_SUPPORT_INSTALLABLE \
115-
awscli==1.16.314 \
115+
awscli==1.17.1 \
116116
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
117117

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

docker/1.15.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN pip install --no-cache-dir -U \
147147
${TF_URL} \
148148
&& pip install --no-cache-dir -U \
149149
$FRAMEWORK_SUPPORT_INSTALLABLE \
150-
awscli==1.16.314 \
150+
awscli==1.17.1 \
151151
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
152152

153153
# Install Horovod, temporarily using CUDA stubs

0 commit comments

Comments
 (0)