Skip to content

Commit 608e2e0

Browse files
TusharKanekiDeyTushar DeyYYStreet
authored
updating pillow version of tf1.15 (#339)
Co-authored-by: Tushar Dey <tshdy@amazon.com> Co-authored-by: Zhuo Weng <wenzhuo@amazon.com>
1 parent bd7b7c7 commit 608e2e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/1.15.2/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN pip install --no-cache-dir -U \
9191
scipy==1.2.2 \
9292
scikit-learn==0.20.3 \
9393
pandas==0.24.2 \
94-
Pillow==6.2.1 \
94+
Pillow==6.2.2 \
9595
h5py==2.9.0 \
9696
keras_applications==1.0.8 \
9797
keras_preprocessing==1.1.0 \

docker/1.15.2/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN pip install --no-cache-dir -U \
124124
scipy==1.2.2 \
125125
scikit-learn==0.20.3 \
126126
pandas==0.24.2 \
127-
Pillow==6.2.1 \
127+
Pillow==6.2.2 \
128128
h5py==2.9.0 \
129129
keras_applications==1.0.8 \
130130
keras_preprocessing==1.1.0 \

docker/1.15.2/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN pip install --no-cache-dir -U \
9090
scipy==1.2.2 \
9191
scikit-learn==0.20.3 \
9292
pandas==0.24.2 \
93-
Pillow==6.2.1 \
93+
Pillow==7.0.0 \
9494
h5py==2.9.0 \
9595
keras_applications==1.0.8 \
9696
keras_preprocessing==1.1.0 \

docker/1.15.2/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ RUN pip install --no-cache-dir -U \
127127
scipy==1.2.2 \
128128
scikit-learn==0.20.3 \
129129
pandas==0.24.2 \
130-
Pillow==6.2.1 \
130+
Pillow==7.0.0 \
131131
h5py==2.9.0 \
132132
keras_applications==1.0.8 \
133133
keras_preprocessing==1.1.0 \

0 commit comments

Comments
 (0)