Skip to content

Commit c46b6f6

Browse files
authored
pin awscli to latest version (#272)
awscli==1.17.7
1 parent 3c384ad commit c46b6f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/1.15.0/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN pip install --no-cache-dir -U \
108108
${TF_URL} \
109109
&& pip install --no-cache-dir -U \
110110
$FRAMEWORK_SUPPORT_INSTALLABLE \
111-
awscli==1.16.314 \
111+
awscli==1.17.7 \
112112
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE \
113113
&& pip install --no-cache-dir -U \
114114
horovod==0.18.2

docker/1.15.0/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN pip install --no-cache-dir -U \
141141
${TF_URL} \
142142
&& pip install --no-cache-dir -U \
143143
$FRAMEWORK_SUPPORT_INSTALLABLE \
144-
awscli==1.16.314 \
144+
awscli==1.17.7 \
145145
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
146146

147147
# Install Horovod, temporarily using CUDA stubs

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.17.1 \
115+
awscli==1.17.7 \
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.17.1 \
150+
awscli==1.17.7 \
151151
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
152152

153153
# Install Horovod, temporarily using CUDA stubs

0 commit comments

Comments
 (0)