Skip to content

bump smdebug version to 0.5.0.post0 #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jan 11, 2020
6 changes: 4 additions & 2 deletions docker/1.15.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ RUN pip install --no-cache-dir -U \
# botocore requires python-dateutil<2.8.1
"python-dateutil<2.8.1" \
requests==2.22.0 \
smdebug==0.4.14 \
smdebug==0.5.0.post0 \
sagemaker-experiments==0.1.3 \
awscli==1.16.296 \
# awscli==1.16.296 \
mpi4py==3.0.2 \
"cryptography>=2.3" \
"sagemaker-tensorflow>=1.15,<1.16" \
Expand All @@ -119,6 +119,8 @@ RUN pip install --no-cache-dir -U \
horovod==0.18.2 \
&& pip install --no-cache-dir -U \
$FRAMEWORK_SUPPORT_INSTALLABLE \
&& pip install --no-cache-dir -U \
awscli==1.16.314 \
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE

COPY dockerd-entrypoint.py /usr/local/bin/dockerd-entrypoint.py
Expand Down
6 changes: 4 additions & 2 deletions docker/1.15.0/py3/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ RUN pip install --no-cache-dir -U \
keras==2.3.1 \
# botocore requires python-dateutil<2.8.1
"python-dateutil<2.8.1" \
smdebug==0.4.14 \
smdebug==0.5.0.post0 \
sagemaker-experiments==0.1.3 \
awscli==1.16.296 \
# awscli==1.16.296 \
mpi4py==3.0.2 \
"cryptography>=2.3" \
"sagemaker-tensorflow>=1.15,<1.16" \
Expand All @@ -152,6 +152,8 @@ RUN pip install --no-cache-dir -U \
${TF_URL} \
&& pip install --no-cache-dir -U \
$FRAMEWORK_SUPPORT_INSTALLABLE \
&& pip install --no-cache-dir -U \
awscli==1.16.314 \
&& rm -f $FRAMEWORK_SUPPORT_INSTALLABLE

# Install Horovod, temporarily using CUDA stubs
Expand Down