Update Docker image with cudnn 8.9.4.25

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2023-08-15 09:31:35 +02:00
parent 6e3fef4eb2
commit ccba08e03f

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 wget
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/${OS}/x86_64/cuda-${OS}.pin