Skip to content

Commit 7701908

Browse files
committed
Sync Dockerfile => Dockerfile.gpu
1 parent da5b375 commit 7701908

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

paddle/scripts/docker/Dockerfile.gpu

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ WORKDIR "/notes"
5050
EXPOSE 8888
5151

5252
RUN mkdir -p /opt/run
53-
ADD 00_sshd /opt/run/
54-
ADD 01_jupyter /opt/run/
55-
ADD run_all /opt/run/
53+
COPY ./paddle/scripts/docker/jupyter_notebook_config.py /root/.jupyter/
54+
COPY ./paddle/scripts/docker/00_sshd /opt/run/
55+
COPY ./paddle/scripts/docker/01_jupyter /opt/run/
56+
COPY ./paddle/scripts/docker/run_all /opt/bin/
5657

57-
ENTRYPOINT ["/opt/bin/run_all"]
58+
CMD ["/opt/bin/run_all"]

0 commit comments

Comments
 (0)