Skip to content

Commit

Permalink
libnvidia-gl-550 from '545
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Mar 31, 2024
1 parent 21ec867 commit c6cedaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c6cedaa

Please sign in to comment.