Linux: run the commands from Nvidia.
Windows:
Follow the instructions from Nvidia.
On Windows, do not use Docker Desktop for Windows. Instead, install nvidia-docker using WSL command line as above.
Linux and Windows WSL: sudo docker run --rm -it --gpus all --net host --shm-size 1g yinyang/ml
Jetson: sudo docker run --rm -it --gpus all --net host --shm-size 1g yinyang/ml:jetson
jupyter notebook password
jupyter notebook --ip 0.0.0.0 --no-browser --allow-root
Content type
Image
Digest
Size
9.5 GB
Last updated
over 4 years ago
docker pull yinyang/ml