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 \