Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit a40c8d0

Browse files
authored
Merge pull request #1210 from anarkiwi/nv
libnvidia-gl-550 from '545
2 parents 4354bc6 + c6cedaa commit a40c8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN if [ "$(arch)" = "x86_64" ] ; then \
5555
apt-key adv --fetch-keys "https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$(arch)/3bf863cc.pub" && \
5656
echo "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/$(arch)/ /" | tee /etc/apt/sources.list.d/nvidia.list && \
5757
apt-get update && \
58-
apt-get install -y --no-install-recommends libnvidia-gl-545 ; \
58+
apt-get install -y --no-install-recommends libnvidia-gl-550 ; \
5959
fi && \
6060
apt-get update && apt-get install -y --no-install-recommends \
6161
ca-certificates \

0 commit comments

Comments
 (0)