An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 and CuDNN 7 with TensorFlow and PyTorch
Contains:
nvidia-container-toolkit installed on the host machine.docker pull to pull down the image corresponding to the tag. For example:docker pull matthewfeickert/cuda-tf-torch:cuda10.1-cudnn7-runtime-ubuntu18.04
To check that NVIDIA GPUS are being properly detected run
docker run --rm --gpus all matthewfeickert/cuda-tf-torch:cuda10.1-cudnn7-runtime-ubuntu18.04 nvidia-smi
and check if the nvidia-smi output appears correctly.
To run (interactively) using GPUs on the host machine:
docker run --rm -it --gpus all matthewfeickert/cuda-tf-torch:cuda10.1-cudnn7-runtime-ubuntu18.04
Content type
Image
Digest
Size
3.2 GB
Last updated
about 5 years ago
docker pull matthewfeickert/cuda-tf-torch