Skip to content

Commit 59f3c47

Browse files
sboshinchuyang-deng
authored andcommitted
Fixing dockerfile bug, && on both end and beginning of the line (#254)
1 parent 7768c2b commit 59f3c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/2.0.0/py3/Dockerfile.cpu

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

0 commit comments

Comments
 (0)