Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
upgrade nvidia dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Aug 21, 2023
1 parent eecf3d3 commit edced7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile.nvidia
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_RELEASE=20.04
ARG CUDA_VERSION=11.4.3
ARG UBUNTU_RELEASE=22.04
ARG CUDA_VERSION=12.2.0
ARG VIRTUALGL_VERSION=3.1
ARG GSTREAMER_VERSION=1.20
ARG GSTREAMER_VERSION=1.22

#
# Stage 0: Build gstreamer with nvidia plugins.
Expand Down Expand Up @@ -188,7 +188,7 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
wget ca-certificates \
pulseaudio dbus-x11 xserver-xorg-video-dummy \
libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx6 libxcvt0 libx264-155 \
libcairo2 libxcb1 libxrandr2 libxv1 libopus0 libvpx7 libx264-163 libxcvt0 \
libgtk-3-bin software-properties-common cabextract aptitude vim curl \
#
# needed for profile upload preStop hook
Expand Down

0 comments on commit edced7e

Please sign in to comment.