Edited CUDA docker image from nvidia/cuda (link: https://hub.docker.com/r/nvidia/cuda)
206
Edited CUDA docker image from nvidia/cuda
By downloading these images, you agree to the terms of the license agreements for NVIDIA software included in the images.
To view the license for the CUDA Toolkit included in this image, click here
To view the license for the cuDNN Toolkit included in this image, click here
Need to use nvidia-docker before running the application.Link:https://github.com/NVIDIA/nvidia-docker NVIDIA GPU must meet the requirements
nvidia-docker pull lsbnb/cuda:<tag>
nvidia-docker pull lsbnb/cuda:v1
nvidia-docker run -p 8888:8888 -ti lsbnb/cuda:v1
To use it with GPU, you MUST run like the following instruction:
nvidia-docker run -p 8888:8888 -ti lsbnb/cuda:v1
NOT:
docker run -p 8888:8888 -ti lsbnb/cuda:v1
Content type
Image
Digest
Size
2.6 GB
Last updated
almost 7 years ago
docker pull lsbnb/cuda:10.1