Skip to content

Commit 3674116

Browse files
Satish615Satish Gollaprolu
andauthored
remove sagemaker pysdk, keras_applications and keras_preprocessing in docker files (#360)
Co-authored-by: Satish Gollaprolu <sgollapr@amazon.com>
1 parent 995caab commit 3674116

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docker/1.15.2/py37/Dockerfile.cpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,8 @@ RUN ${PIP} install --no-cache-dir -U \
113113
pandas==0.24.2 \
114114
Pillow==7.0.0 \
115115
h5py==2.10.0 \
116-
keras_applications==1.0.8 \
117-
keras_preprocessing==1.1.0 \
118116
requests==2.22.0 \
119117
smdebug==0.7.2 \
120-
sagemaker==1.56.1 \
121118
sagemaker-experiments==0.1.7 \
122119
mpi4py==3.0.2 \
123120
"cryptography>=2.3" \

docker/1.15.2/py37/Dockerfile.gpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,8 @@ RUN ${PIP} install --no-cache-dir -U \
150150
pandas==0.24.2 \
151151
Pillow==7.0.0 \
152152
h5py==2.10.0 \
153-
keras_applications==1.0.8 \
154-
keras_preprocessing==1.1.0 \
155153
requests==2.22.0 \
156154
smdebug==0.7.2 \
157-
sagemaker==1.56.1 \
158155
sagemaker-experiments==0.1.7 \
159156
mpi4py==3.0.2 \
160157
"cryptography>=2.3" \

0 commit comments

Comments
 (0)