Sign inSign up

returncode13/tf-jupyter-comet

By returncode13

Updated over 6 years ago

Image
0

166

returncode13/tf-jupyter-comet repository overview

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

  1. port forward (here 8888) # ssh -L 8888:localhost:8888 [email protected]

  2. 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

  3. Copy and paste the notebook link on your local

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

over 6 years ago

docker pull returncode13/tf-jupyter-comet