Sign inSign up

patharanor/cuda-nvidia-jupyter

By patharanor

Updated over 5 years ago

Image
0

94

patharanor/cuda-nvidia-jupyter repository overview

cuda-nvidia-jupyter

To supoort dockerized JupyterLab on GPU.

Usage

$ docker run -d --gpus all \
-p "8888:8888" \
-v notebook:/app/notebook \
--restart always \
--name=cuda-jupyter \
patharanor/cuda-nvidia-jupyter:0.1.0

Before open jupyter-lab via web browser, you need to check jupyter's token first by:

$ docker logs cuda-jupyter

Enjoy on :

YOUR_HOST_IP:8888/?token=TOKEN_ID

Storage

The service bind volume from /app/notebook in the container to current directory of host machine ./notebook. So you can get any files via ./notebook.

Contributing

# Build image
$ docker build -f dev.Dockerfile -t patharanor/cuda-nvidia-jupyter:0.1.0 .

# Push image to DockerHub
$ docker push patharanor/cuda-nvidia-jupyter:0.1.0

License

MIT

Tag summary

Content type

Image

Digest

Size

4 GB

Last updated

over 5 years ago

docker pull patharanor/cuda-nvidia-jupyter:0.1.0