diff --git a/docker/1.15.0/py2/Dockerfile.cpu b/docker/1.15.0/py2/Dockerfile.cpu index 4fa24019..5a161f80 100644 --- a/docker/1.15.0/py2/Dockerfile.cpu +++ b/docker/1.15.0/py2/Dockerfile.cpu @@ -108,7 +108,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.7 \ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE \ && pip install --no-cache-dir -U \ horovod==0.18.2 diff --git a/docker/1.15.0/py2/Dockerfile.gpu b/docker/1.15.0/py2/Dockerfile.gpu index 534066e8..50b1484f 100644 --- a/docker/1.15.0/py2/Dockerfile.gpu +++ b/docker/1.15.0/py2/Dockerfile.gpu @@ -141,7 +141,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.7 \ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE # Install Horovod, temporarily using CUDA stubs diff --git a/docker/1.15.0/py3/Dockerfile.cpu b/docker/1.15.0/py3/Dockerfile.cpu index 7e60c4f4..d0fe3027 100644 --- a/docker/1.15.0/py3/Dockerfile.cpu +++ b/docker/1.15.0/py3/Dockerfile.cpu @@ -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.17.1 \ + awscli==1.17.7 \ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py diff --git a/docker/1.15.0/py3/Dockerfile.gpu b/docker/1.15.0/py3/Dockerfile.gpu index c16fb42d..68c68383 100644 --- a/docker/1.15.0/py3/Dockerfile.gpu +++ b/docker/1.15.0/py3/Dockerfile.gpu @@ -147,7 +147,7 @@ RUN pip install --no-cache-dir -U \ ${TF_URL} \ && pip install --no-cache-dir -U \ $FRAMEWORK_SUPPORT_INSTALLABLE \ - awscli==1.17.1 \ + awscli==1.17.7 \ && rm -f $FRAMEWORK_SUPPORT_INSTALLABLE # Install Horovod, temporarily using CUDA stubs