User Tools

Site Tools


wiki:dockertest

This is an old revision of the document!


How to test docker image

Ways to test Jupyter notebook images:

docker run --name test --rm -it -p 8888:8888/tcp -v /srv/home:/home jupyterlab-ubuntu-nvidia-scipy-rjulia:v1.3.2-dev bash

Once logged into the docker container run this to start up notebook:

jupyter notebook --no-browser --port=8888 --allow-root

Now on your local system you need to setup ssh tunnel to the controller server as below:

ssh -N -f -L localhost:8888:localhost:8888 keistc@controller.datasci.oregonstate.edu

Once that is setup you can now run browser on your local station with the URL that is displayed on the container after starting up the notebook server.

wiki/dockertest.1662590768.txt.gz · Last modified: 2022/09/07 15:46 by keistc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki