matthewfeickert / cuda-tf-torch

An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 CuDNN 7 with TensorFlow and PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA TensorFlow and PyTorch Docker image

An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 and CuDNN 7 with TensorFlow and PyTorch

Docker Pulls download-size number-of-layers

Contains:

Installation

docker pull matthewfeickert/cuda-tf-torch:cuda10.1-cudnn7-runtime-ubuntu18.04

Use

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

About

An Ubuntu 18.04 NVIDIA Docker image with CUDA 10.1 CuDNN 7 with TensorFlow and PyTorch

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dockerfile 66.2%Language:Makefile 33.8%