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 da5b375 commit 7701908Copy full SHA for 7701908
paddle/scripts/docker/Dockerfile.gpu
@@ -50,8 +50,9 @@ WORKDIR "/notes"
50
EXPOSE 8888
51
52
RUN mkdir -p /opt/run
53
-ADD 00_sshd /opt/run/
54
-ADD 01_jupyter /opt/run/
55
-ADD run_all /opt/run/
+COPY ./paddle/scripts/docker/jupyter_notebook_config.py /root/.jupyter/
+COPY ./paddle/scripts/docker/00_sshd /opt/run/
+COPY ./paddle/scripts/docker/01_jupyter /opt/run/
56
+COPY ./paddle/scripts/docker/run_all /opt/bin/
57
-ENTRYPOINT ["/opt/bin/run_all"]
58
+CMD ["/opt/bin/run_all"]
0 commit comments