Contains different kernels: PyTorch 1.2.0, 1.1.0, 0.4.0
223
$ cd ubuntu_18.10
$ docker build -t ubuntu:18.10-full .
$ cd python_3.6
$ docker build -t python:3.6.10-full .
$ cd jupyter_pytorch
$ docker build -t jupyter:pytorch_1.0 .
$ JUPYTER_FILES=/home/cluster/jupyter_files
$ docker run -dit -p 8888:8888 -v $JUPYTER_FILES:/workspace --restart=always --name=jupyter_notebook fatihbaltaci/jupyter:pytorch_1.0
Default Password: Jupyter
Content type
Image
Digest
Size
7.3 GB
Last updated
over 6 years ago
docker pull fatihbaltaci/jupyter_generic