Update Docker image with cudnn 8.9.4.25

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-08-15 09:35:46 +02:00
parent 4e4265c5c9
commit 9f1611609f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV OS=ubuntu2004
ENV cudnn_version=8.9.4.25
ENV cuda_version=cuda12.2
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget software-properties-common
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin