Skip to content

Instantly share code, notes, and snippets.

@satendrakumar
Created February 28, 2025 06:05
Show Gist options
  • Save satendrakumar/c2438f07e594ff0d0e82c2e9dfe397b1 to your computer and use it in GitHub Desktop.
Save satendrakumar/c2438f07e594ff0d0e82c2e9dfe397b1 to your computer and use it in GitHub Desktop.
Jupyter notebook docker with cuda library
docker run --name notebook --gpus all -d -it -p 80:8888 -v $(pwd):/home/jovyan/work -e GRANT_SUDO=no -e JUPYTER_ENABLE_LAB=yes --user root cschranz/gpu-jupyter:v1.8_cuda-12.5_ubuntu-22.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment