From 6a6e65fa71928f69ce12dcc03d710443be8b93e6 Mon Sep 17 00:00:00 2001 From: Markus Perl Date: Tue, 26 Nov 2024 13:29:29 +0100 Subject: [PATCH] Cuda upgrade --- cuda-ubuntu.dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cuda-ubuntu.dockerfile b/cuda-ubuntu.dockerfile index 708d748f..2f0d0392 100644 --- a/cuda-ubuntu.dockerfile +++ b/cuda-ubuntu.dockerfile @@ -8,7 +8,6 @@ ENV NVIDIA_VISIBLE_DEVICES=all ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video - # build and move deviceQuery to /usr/bin RUN mkdir -p /code && \ git clone --depth 1 https://github.com/NVIDIA/cuda-samples.git /code/cuda-samples && \ @@ -29,7 +28,7 @@ ENV NVIDIA_DRIVER_CAPABILITIES=compute,utility,video # install va-driver RUN apt-get update \ - && apt-get -y install libva-drm2 \ + && apt-get -y install libva-drm2 git \ && apt-get clean; rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* # Copy libnpp