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 68c89bc commit a080aa7Copy full SHA for a080aa7
paddle/scripts/docker/Dockerfile
@@ -50,6 +50,6 @@ WORKDIR "/notes"
50
EXPOSE 8888
51
52
RUN mkdir -p /opt/bin
53
-COPY ./paddle/scripts/docker/run_all /opt/bin/
+COPY ./paddle/scripts/docker/entrypoint /opt/bin/
54
55
-CMD ["/opt/bin/run_all"]
+CMD ["/opt/bin/entrypoint"]
paddle/scripts/docker/Dockerfile.gpu
paddle/scripts/docker/run_all renamed to paddle/scripts/docker/entrypoint
0 commit comments