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 63b13db commit 358485dCopy full SHA for 358485d
Dockerfile
@@ -22,7 +22,7 @@ ENV HOME /root
22
# Add bash enhancements
23
COPY ./paddle/scripts/docker/root/ /root/
24
25
-RUN apt-get update || \
+RUN apt-get update && \
26
apt-get install -y --allow-downgrades patchelf \
27
git python-pip python-dev python-opencv openssh-server bison \
28
libnccl2=2.1.2-1+cuda8.0 libnccl-dev=2.1.2-1+cuda8.0 \
0 commit comments