diff --git a/.tools/build_docker.sh b/.tools/build_docker.sh index f0e8eb30e7ea71bfb86b769aaab97520121d79af..81dea497aafcd828c06c8ea073c3ad018562f6a8 100755 --- a/.tools/build_docker.sh +++ b/.tools/build_docker.sh @@ -37,7 +37,7 @@ RUN ${update_mirror_cmd} pip install -U matplotlib jupyter numpy requests scipy COPY . /book -RUN /book/.tools/cache_dataset.py +RUN python /book/.tools/cache_dataset.py EXPOSE 8888 CMD ["sh", "-c", "jupyter notebook --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.disable_check_xsrf=True /book/"] EOF