Skip to content

Commit 37111dc

Browse files
sboshinsaimidu
authored andcommitted
fix: upgrade dependencies in dockerfiles (#262)
* Upgrade pip packages
1 parent 5f5c0cd commit 37111dc

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docker/2.0.0/py2/Dockerfile.cpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
9898
RUN ${PIP} install --no-cache-dir -U \
9999
numpy==1.16.5 \
100100
scipy==1.2.2 \
101-
scikit-learn==0.20.3 \
101+
scikit-learn==0.20.4 \
102102
pandas==0.24.2 \
103-
Pillow==6.1.0 \
104-
h5py==2.9.0 \
103+
Pillow==6.2.1 \
104+
h5py==2.10.0 \
105105
keras_applications==1.0.8 \
106106
keras_preprocessing==1.1.0 \
107107
requests==2.22.0 \
108108
keras==2.3.1 \
109109
python-dateutil==2.8.0 \
110110
PyYAML==5.1.2 \
111111
awscli==1.16.303 \
112-
mpi4py==3.0.2 \
112+
mpi4py==3.0.3 \
113113
"cryptography>=2.3" \
114114
"sagemaker-tensorflow>=2.0,<2.1" \
115115
# Let's install TensorFlow separately in the end to avoid

docker/2.0.0/py2/Dockerfile.gpu

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,18 +126,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
126126
RUN ${PIP} install --no-cache-dir -U \
127127
numpy==1.16.5 \
128128
scipy==1.2.2 \
129-
scikit-learn==0.20.3 \
129+
scikit-learn==0.20.4 \
130130
pandas==0.24.2 \
131-
Pillow==6.1.0 \
132-
h5py==2.9.0 \
131+
Pillow==6.2.1 \
132+
h5py==2.10.0 \
133133
keras_applications==1.0.8 \
134134
keras_preprocessing==1.1.0 \
135135
requests==2.22.0 \
136136
keras==2.3.1 \
137137
python-dateutil==2.8.0 \
138138
PyYAML==5.1.2 \
139139
awscli==1.16.303 \
140-
mpi4py==3.0.2 \
140+
mpi4py==3.0.3 \
141141
"cryptography>=2.3" \
142142
"sagemaker-tensorflow>=2.0,<2.1" \
143143
# Let's install TensorFlow separately in the end to avoid

docker/2.0.0/py3/Dockerfile.cpu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
101101
RUN ${PIP} install --no-cache-dir -U \
102102
numpy==1.17.4 \
103103
scipy==1.2.2 \
104-
scikit-learn==0.20.3 \
105-
pandas==0.24.2 \
106-
Pillow==6.1.0 \
107-
h5py==2.9.0 \
104+
scikit-learn==0.22 \
105+
pandas==0.25.3 \
106+
Pillow==6.2.1 \
107+
h5py==2.10.0 \
108108
keras_applications==1.0.8 \
109109
keras_preprocessing==1.1.0 \
110110
keras==2.3.1 \
111111
python-dateutil==2.8.0 \
112112
PyYAML==5.1.2 \
113113
requests==2.22.0 \
114114
awscli==1.16.303 \
115-
mpi4py==3.0.2 \
115+
mpi4py==3.0.3 \
116116
"sagemaker-tensorflow>=2.0,<2.1" \
117117
# Let's install TensorFlow separately in the end to avoid
118118
# the library version to be overwritten

docker/2.0.0/py3/Dockerfile.gpu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
140140
RUN ${PIP} install --no-cache-dir -U \
141141
numpy==1.17.4 \
142142
scipy==1.2.2 \
143-
scikit-learn==0.20.3 \
144-
pandas==0.24.2 \
145-
Pillow==6.1.0 \
146-
h5py==2.9.0 \
143+
scikit-learn==0.22 \
144+
pandas==0.25.3 \
145+
Pillow==6.2.0 \
146+
h5py==2.10.0 \
147147
keras_applications==1.0.8 \
148148
keras_preprocessing==1.1.0 \
149149
requests==2.22.0 \
150150
keras==2.3.1 \
151151
python-dateutil==2.8.0 \
152152
PyYAML==5.1.2 \
153153
awscli==1.16.303 \
154-
mpi4py==3.0.2 \
154+
mpi4py==3.0.3 \
155155
"sagemaker-tensorflow>=2.0,<2.1" \
156156
# Let's install TensorFlow separately in the end to avoid
157157
# the library version to be overwritten

0 commit comments

Comments
 (0)