Skip to content

Commit bfc9c41

Browse files
authored
change: install SageMaker Python SDK into Python 3 images (#295)
1 parent 439cd1f commit bfc9c41

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker/1.15.2/py3/Dockerfile.cpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ RUN pip install --no-cache-dir -U \
100100
keras==2.3.1 \
101101
requests==2.22.0 \
102102
smdebug==0.5.0.post0 \
103+
sagemaker==1.50.17 \
103104
sagemaker-experiments==0.1.3 \
104105
mpi4py==3.0.2 \
105106
"cryptography>=2.3" \

docker/1.15.2/py3/Dockerfile.gpu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ RUN pip install --no-cache-dir -U \
137137
requests==2.22.0 \
138138
keras==2.3.1 \
139139
smdebug==0.5.0.post0 \
140+
sagemaker==1.50.17 \
140141
sagemaker-experiments==0.1.3 \
141142
mpi4py==3.0.2 \
142143
"cryptography>=2.3" \

0 commit comments

Comments
 (0)