Skip to content

Instantly share code, notes, and snippets.

@amaya382
Created July 13, 2022 01:42
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 amaya382/8b7b1a9b014a1b051604d10526e4c748 to your computer and use it in GitHub Desktop.
Save amaya382/8b7b1a9b014a1b051604d10526e4c748 to your computer and use it in GitHub Desktop.
nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
FROM nvidia/cuda:10.2-cudnn7-devel-ubuntu18.04
RUN mv /etc/apt/sources.list.d /etc/apt/_sources.list.d \
&& apt update \
&& apt install -y --no-install-recommends curl \
&& apt-key del 7fa2af80 \
&& curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb \
&& dpkg -i cuda-keyring_1.0-1_all.deb \
&& mv /etc/apt/_sources.list.d /etc/apt/sources.list.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment