Skip to content

Commit 358485d

Browse files
committed
Using cache
test=develop
1 parent 63b13db commit 358485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ENV HOME /root
2222
# Add bash enhancements
2323
COPY ./paddle/scripts/docker/root/ /root/
2424

25-
RUN apt-get update || \
25+
RUN apt-get update && \
2626
apt-get install -y --allow-downgrades patchelf \
2727
git python-pip python-dev python-opencv openssh-server bison \
2828
libnccl2=2.1.2-1+cuda8.0 libnccl-dev=2.1.2-1+cuda8.0 \

0 commit comments

Comments
 (0)