Skip to content

Commit 0962c92

Browse files
committed
bump smdebug to 0.5.0
1 parent 90a7b84 commit 0962c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.15.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ RUN pip install --no-cache-dir -U \
103103
# botocore requires python-dateutil<2.8.1
104104
"python-dateutil<2.8.1" \
105105
requests==2.22.0 \
106-
smdebug==0.4.14 \
106+
smdebug==0.5.0.post0 \
107107
sagemaker-experiments==0.1.3 \
108108
awscli==1.16.296 \
109109
mpi4py==3.0.2 \

docker/1.15.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN pip install --no-cache-dir -U \
140140
keras==2.3.1 \
141141
# botocore requires python-dateutil<2.8.1
142142
"python-dateutil<2.8.1" \
143-
smdebug==0.4.14 \
143+
smdebug==0.5.0.post0 \
144144
sagemaker-experiments==0.1.3 \
145145
awscli==1.16.296 \
146146
mpi4py==3.0.2 \

0 commit comments

Comments
 (0)