tf-2.0.1
python-3.6.1
jupyter-lab
comet-ml
git
To launch jupyter-lab on your local when connected to a multiple gpu instance over ssh
port forward (here 8888) # ssh -L 8888:localhost:8888 [email protected]
on remote run the following :
docker run -it --gpus all -p 8888:8888 -v host_dir:/data returncode13/tf-jupyter-comet jupyter-lab --ip=0.0.0.0 --port=8888 --allow-root --NotebookApp.notebook_dir=/data
where host_dir : the directory on the remote host which needs to be mounted .
/data is the mount point inside the container
Copy and paste the notebook link on your local
Content type
Image
Digest
Size
1.7 GB
Last updated
over 6 years ago
docker pull returncode13/tf-jupyter-comet