提交 56471f83 编写于 作者: Y Yancey1989

update

上级 acb0e1cf
...@@ -37,7 +37,7 @@ RUN ${update_mirror_cmd} ...@@ -37,7 +37,7 @@ RUN ${update_mirror_cmd}
pip install -U matplotlib jupyter numpy requests scipy pip install -U matplotlib jupyter numpy requests scipy
COPY . /book COPY . /book
RUN /book/.tools/cache_dataset.py RUN python /book/.tools/cache_dataset.py
EXPOSE 8888 EXPOSE 8888
CMD ["sh", "-c", "jupyter notebook --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.disable_check_xsrf=True /book/"] CMD ["sh", "-c", "jupyter notebook --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.disable_check_xsrf=True /book/"]
EOF EOF
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册