Skip to content

Commit 7bb8de2

Browse files
TusharKanekiDeyTushar Dey
andauthored
Upgrading the pyyaml version (#338)
Co-authored-by: Tushar Dey <tshdy@amazon.com>
1 parent 9d90dc1 commit 7bb8de2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/2.1.0/py2/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN ${PIP} install --no-cache-dir -U \
101101
keras_preprocessing==1.1.0 \
102102
keras==2.3.1 \
103103
python-dateutil==2.8.1 \
104-
pyYAML==5.2 \
104+
pyYAML==5.3.1 \
105105
requests==2.22.0 \
106106
awscli \
107107
mpi4py==3.0.3 \

docker/2.1.0/py2/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN ${PIP} install --no-cache-dir -U \
134134
keras_preprocessing==1.1.0 \
135135
keras==2.3.1 \
136136
python-dateutil==2.8.1 \
137-
pyYAML==5.2 \
137+
pyYAML==5.3.1 \
138138
requests==2.22.0 \
139139
awscli \
140140
mpi4py==3.0.3 \

docker/2.1.0/py3/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ RUN ${PIP} install --no-cache-dir -U \
102102
keras==2.3.1 \
103103
smdebug==0.7.1 \
104104
python-dateutil==2.8.1 \
105-
pyYAML==5.2 \
105+
pyYAML==5.3.1 \
106106
requests==2.22.0 \
107107
awscli \
108108
mpi4py==3.0.3 \

docker/2.1.0/py3/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN ${PIP} install --no-cache-dir -U \
146146
keras==2.3.1 \
147147
smdebug==0.7.1 \
148148
python-dateutil==2.8.1 \
149-
pyYAML==5.2 \
149+
pyYAML==5.3.1 \
150150
requests==2.22.0 \
151151
awscli \
152152
mpi4py==3.0.3 \

0 commit comments

Comments
 (0)