- Ensure
~/.cif.yml
is present with correct info docker compose up -d
will build and deploy containerJUPYTER_TOKEN=$(docker compose exec jupyter-cif cat /home/jovyan/.local/share/jupyter/runtime/jpserver-8.json | grep token | cut -d ':' -f2 | cut -d '"' -f2)
- Visit
http://<host>:8888/lab/tree/work/cifv3.ipynb?token=<JUPYTER_TOKEN>
in a browser, where<host>
is the IP of the host where your container is running, and<JUPYTER_TOKEN>
is the output from the previous step