Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/1.15.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN pip install --no-cache-dir -U \
horovod==0.18.2 \
&& pip install --no-cache-dir -U \
$FRAMEWORK_SUPPORT_INSTALLABLE \
awscli==1.16.314 \
awscli==1.17.1 \
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE

COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
Expand Down
2 changes: 1 addition & 1 deletion docker/1.15.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN pip install --no-cache-dir -U \
${TF_URL} \
&& pip install --no-cache-dir -U \
$FRAMEWORK_SUPPORT_INSTALLABLE \
awscli==1.16.314 \
awscli==1.17.1 \
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE

# Install Horovod, temporarily using CUDA stubs
Expand Down