Sign inSign up

matthewfeickert/cuda-tf-torch

By matthewfeickert

Updated about 5 years ago

Image
0

746

matthewfeickert/cuda-tf-torch repository overview

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

Tag summary

Content type

Image

Digest

Size

3.2 GB

Last updated

about 5 years ago

docker pull matthewfeickert/cuda-tf-torch