Skip to content

Commit c25b68c

Browse files
authored
Update sagemaker-tensorflow to 1.14 (#223)
1 parent e4cc41e commit c25b68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/1.14.0/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ RUN ${PIP} install --no-cache-dir -U \
107107
requests==2.22.0 \
108108
awscli==1.16.196 \
109109
mpi4py==3.0.2 \
110-
"sagemaker-tensorflow>=1.13,<1.14" && \
110+
"sagemaker-tensorflow>=1.14,<1.15" && \
111111
# Let's install TensorFlow separately in the end to avoid
112112
# the library version to be overwritten
113113
${PIP} install --force-reinstall --no-cache-dir -U \

docker/1.14.0/Dockerfile.gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN ${PIP} install --no-cache-dir -U \
131131
keras==2.2.4 \
132132
awscli==1.16.196 \
133133
mpi4py==3.0.2 \
134-
"sagemaker-tensorflow>=1.13,<1.14" \
134+
"sagemaker-tensorflow>=1.14,<1.15" \
135135
# Let's install TensorFlow separately in the end to avoid
136136
# the library version to be overwritten
137137
&& ${PIP} install --force-reinstall --no-cache-dir -U ${TF_URL} \

0 commit comments

Comments
 (0)