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
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 @@ -99,7 +99,7 @@ RUN pip install --no-cache-dir -U \
keras_preprocessing==1.1.0 \
keras==2.3.1 \
requests==2.22.0 \
smdebug==0.4.14 \
smdebug==0.5.0.post0 \
sagemaker-experiments==0.1.3 \
mpi4py==3.0.2 \
"cryptography>=2.3" \
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 @@ -136,7 +136,7 @@ RUN pip install --no-cache-dir -U \
keras_preprocessing==1.1.0 \
requests==2.22.0 \
keras==2.3.1 \
smdebug==0.4.14 \
smdebug==0.5.0.post0 \
sagemaker-experiments==0.1.3 \
mpi4py==3.0.2 \
"cryptography>=2.3" \
Expand Down