We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1a008 commit 3c384adCopy full SHA for 3c384ad
docker/1.15.0/py3/Dockerfile.cpu
@@ -112,7 +112,7 @@ RUN pip install --no-cache-dir -U \
112
horovod==0.18.2 \
113
&& pip install --no-cache-dir -U \
114
$FRAMEWORK_SUPPORT_INSTALLABLE \
115
- awscli==1.16.314 \
+ awscli==1.17.1 \
116
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE
117
118
COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
docker/1.15.0/py3/Dockerfile.gpu
@@ -147,7 +147,7 @@ RUN pip install --no-cache-dir -U \
147
${TF_URL} \
148
149
150
151
152
153
# Install Horovod, temporarily using CUDA stubs
0 commit comments