File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN ${PIP} install --no-cache-dir -U \
107
107
requests==2.22.0 \
108
108
awscli==1.16.196 \
109
109
mpi4py==3.0.2 \
110
- "sagemaker-tensorflow>=1.13 ,<1.14 " && \
110
+ "sagemaker-tensorflow>=1.14 ,<1.15 " && \
111
111
# Let's install TensorFlow separately in the end to avoid
112
112
# the library version to be overwritten
113
113
${PIP} install --force-reinstall --no-cache-dir -U \
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ RUN ${PIP} install --no-cache-dir -U \
131
131
keras==2.2.4 \
132
132
awscli==1.16.196 \
133
133
mpi4py==3.0.2 \
134
- "sagemaker-tensorflow>=1.13 ,<1.14 " \
134
+ "sagemaker-tensorflow>=1.14 ,<1.15 " \
135
135
# Let's install TensorFlow separately in the end to avoid
136
136
# the library version to be overwritten
137
137
&& ${PIP} install --force-reinstall --no-cache-dir -U ${TF_URL} \
You can’t perform that action at this time.
0 commit comments