From c6cedaa79f6975ba384ee35f42c6526dfd177494 Mon Sep 17 00:00:00 2001 From: Josh Bailey Date: Sun, 31 Mar 2024 22:42:26 +0000 Subject: [PATCH] libnvidia-gl-550 from '545 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 949da13b..c885eac2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN if [ "$(arch)" = "x86_64" ] ; then \ apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$(arch)/3bf863cc.pub" && \ echo "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$(arch)/ /" | tee /etc/apt/sources.list.d/nvidia.list && \ apt-get update && \ - apt-get install -y --no-install-recommends libnvidia-gl-545 ; \ + apt-get install -y --no-install-recommends libnvidia-gl-550 ; \ fi && \ apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \