We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7768c2b commit 59f3c47Copy full SHA for 59f3c47
docker/2.0.0/py3/Dockerfile.cpu
@@ -106,7 +106,7 @@ RUN ${PIP} install --no-cache-dir -U \
106
requests==2.22.0 \
107
awscli==1.16.196 \
108
mpi4py==3.0.2 \
109
- "sagemaker-tensorflow>=2.0,<2.1" && \
+ "sagemaker-tensorflow>=2.0,<2.1" \
110
# Let's install TensorFlow separately in the end to avoid
111
# the library version to be overwritten
112
&& ${PIP} install --force-reinstall --no-cache-dir -U ${TF_URL} \
0 commit comments