ukaea / paramak

Create parametric 3D fusion reactor CAD models
https://paramak.readthedocs.io/en/main/
36 stars 12 forks source link

docker instructions need updating #749

Open shimwell opened 3 years ago

shimwell commented 3 years ago

Reported by a user that the instructions don't quite work.

Step 3 sudo docker run -p 8888:8888 ukaea/paramak /bin/bash -c "jupyter notebook --notebook-dir=/opt/notebooks --ip='*' --port=8888 --no-browser --allow-root"

doesn’t seem to work as it cannot find the directory /opt/notebooks

removing --notebook-dir=/opt/notebooks works and provides a couple of URLs

Opening one in the browser and looking in /opt there is indeed no folder called notebooks, I am struggling to find any notebooks anywhere

shimwell commented 3 years ago

this is being worked on in #756