Created
February 28, 2025 06:05
-
-
Save satendrakumar/c2438f07e594ff0d0e82c2e9dfe397b1 to your computer and use it in GitHub Desktop.
Jupyter notebook docker with cuda library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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