“5be6f762d042794835e7b22c3eb25f89f569fb35”上不存在“paddle/fluid/framework/details/eager_deletion_pass.h”
提交 a080aa7a 编写于 作者: Y Yu Yang

Change run_all => entrypoint.

上级 68c89bcc
...@@ -50,6 +50,6 @@ WORKDIR "/notes" ...@@ -50,6 +50,6 @@ WORKDIR "/notes"
EXPOSE 8888 EXPOSE 8888
RUN mkdir -p /opt/bin RUN mkdir -p /opt/bin
COPY ./paddle/scripts/docker/run_all /opt/bin/ COPY ./paddle/scripts/docker/entrypoint /opt/bin/
CMD ["/opt/bin/run_all"] CMD ["/opt/bin/entrypoint"]
...@@ -50,6 +50,6 @@ WORKDIR "/notes" ...@@ -50,6 +50,6 @@ WORKDIR "/notes"
EXPOSE 8888 EXPOSE 8888
RUN mkdir -p /opt/bin RUN mkdir -p /opt/bin
COPY ./paddle/scripts/docker/run_all /opt/bin/ COPY ./paddle/scripts/docker/entrypoint /opt/bin/
CMD ["/opt/bin/run_all"] CMD ["/opt/bin/entrypoint"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册