Package application and upload to PyPI
320
$ 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
99.1 MB
Last updated
over 6 years ago
docker pull fatihbaltaci/pypi_upload