Skip to content

Instantly share code, notes, and snippets.

@WillNilges
Created November 25, 2022 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillNilges/bf6c47e7e7924f541b4bd70b8e74a6b2 to your computer and use it in GitHub Desktop.
Save WillNilges/bf6c47e7e7924f541b4bd70b8e74a6b2 to your computer and use it in GitHub Desktop.
cuda_docker
FROM docker.io/nvidia/cuda:11.8.0-cudnn8-devel-ubuntu22.04
RUN apt-get update
... # Other stuff for my app
# Download the cuda toolkit because for some reason it's missing.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y cuda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment