File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -98,18 +98,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
98
98
RUN ${PIP} install --no-cache-dir -U \
99
99
numpy==1.16.5 \
100
100
scipy==1.2.2 \
101
- scikit-learn==0.20.3 \
101
+ scikit-learn==0.20.4 \
102
102
pandas==0.24.2 \
103
- Pillow==6.1.0 \
104
- h5py==2.9 .0 \
103
+ Pillow==6.2.1 \
104
+ h5py==2.10 .0 \
105
105
keras_applications==1.0.8 \
106
106
keras_preprocessing==1.1.0 \
107
107
requests==2.22.0 \
108
108
keras==2.3.1 \
109
109
python-dateutil==2.8.0 \
110
110
PyYAML==5.1.2 \
111
111
awscli==1.16.303 \
112
- mpi4py==3.0.2 \
112
+ mpi4py==3.0.3 \
113
113
"cryptography>=2.3" \
114
114
"sagemaker-tensorflow>=2.0,<2.1" \
115
115
# Let's install TensorFlow separately in the end to avoid
Original file line number Diff line number Diff line change @@ -126,18 +126,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
126
126
RUN ${PIP} install --no-cache-dir -U \
127
127
numpy==1.16.5 \
128
128
scipy==1.2.2 \
129
- scikit-learn==0.20.3 \
129
+ scikit-learn==0.20.4 \
130
130
pandas==0.24.2 \
131
- Pillow==6.1.0 \
132
- h5py==2.9 .0 \
131
+ Pillow==6.2.1 \
132
+ h5py==2.10 .0 \
133
133
keras_applications==1.0.8 \
134
134
keras_preprocessing==1.1.0 \
135
135
requests==2.22.0 \
136
136
keras==2.3.1 \
137
137
python-dateutil==2.8.0 \
138
138
PyYAML==5.1.2 \
139
139
awscli==1.16.303 \
140
- mpi4py==3.0.2 \
140
+ mpi4py==3.0.3 \
141
141
"cryptography>=2.3" \
142
142
"sagemaker-tensorflow>=2.0,<2.1" \
143
143
# Let's install TensorFlow separately in the end to avoid
Original file line number Diff line number Diff line change @@ -101,18 +101,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
101
101
RUN ${PIP} install --no-cache-dir -U \
102
102
numpy==1.17.4 \
103
103
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 \
108
108
keras_applications==1.0.8 \
109
109
keras_preprocessing==1.1.0 \
110
110
keras==2.3.1 \
111
111
python-dateutil==2.8.0 \
112
112
PyYAML==5.1.2 \
113
113
requests==2.22.0 \
114
114
awscli==1.16.303 \
115
- mpi4py==3.0.2 \
115
+ mpi4py==3.0.3 \
116
116
"sagemaker-tensorflow>=2.0,<2.1" \
117
117
# Let's install TensorFlow separately in the end to avoid
118
118
# the library version to be overwritten
Original file line number Diff line number Diff line change @@ -140,18 +140,18 @@ RUN wget $TF_URL -O /tmp/$TENSORFLOW_WHL
140
140
RUN ${PIP} install --no-cache-dir -U \
141
141
numpy==1.17.4 \
142
142
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 \
147
147
keras_applications==1.0.8 \
148
148
keras_preprocessing==1.1.0 \
149
149
requests==2.22.0 \
150
150
keras==2.3.1 \
151
151
python-dateutil==2.8.0 \
152
152
PyYAML==5.1.2 \
153
153
awscli==1.16.303 \
154
- mpi4py==3.0.2 \
154
+ mpi4py==3.0.3 \
155
155
"sagemaker-tensorflow>=2.0,<2.1" \
156
156
# Let's install TensorFlow separately in the end to avoid
157
157
# the library version to be overwritten
You can’t perform that action at this time.
0 commit comments