Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 674 Bytes

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