File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN pip install --no-cache-dir -U \
108
108
${TF_URL} \
109
109
&& pip install --no-cache-dir -U \
110
110
$FRAMEWORK_SUPPORT_INSTALLABLE \
111
- awscli==1.16.314 \
111
+ awscli==1.17.7 \
112
112
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE \
113
113
&& pip install --no-cache-dir -U \
114
114
horovod==0.18.2
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ RUN pip install --no-cache-dir -U \
141
141
${TF_URL} \
142
142
&& pip install --no-cache-dir -U \
143
143
$FRAMEWORK_SUPPORT_INSTALLABLE \
144
- awscli==1.16.314 \
144
+ awscli==1.17.7 \
145
145
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
146
146
147
147
# Install Horovod, temporarily using CUDA stubs
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RUN pip install --no-cache-dir -U \
112
112
horovod==0.18.2 \
113
113
&& pip install --no-cache-dir -U \
114
114
$FRAMEWORK_SUPPORT_INSTALLABLE \
115
- awscli==1.17.1 \
115
+ awscli==1.17.7 \
116
116
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
117
117
118
118
COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RUN pip install --no-cache-dir -U \
147
147
${TF_URL} \
148
148
&& pip install --no-cache-dir -U \
149
149
$FRAMEWORK_SUPPORT_INSTALLABLE \
150
- awscli==1.17.1 \
150
+ awscli==1.17.7 \
151
151
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
152
152
153
153
# Install Horovod, temporarily using CUDA stubs
You can’t perform that action at this time.
0 commit comments