Skip to content

jackakers13/docker-pytorch-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Example with PyTorch

Install

Install NVIDIA Container Toolkit

(Optional - this is how you would do it if you weren't using a custom image)

  • docker pull pytorch/pytorch:2.4.1-cuda11.8-cudnn9-devel

Required - build and run custom image derived from official

  • ./docker-build.sh
  • ./docker-run.sh
  • python3 ./pytorch_example.py

About

A tutorial for using Docker to run PyTorch with CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published