mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
nvidia switch to virtualgl 3.1.
This commit is contained in:
parent
9936a04fea
commit
362bcd3852
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ RUN if [ "${UBUNTU_RELEASE}" = "18.04" ]; then apt-get update && apt-get install
|
|||
}\n\
|
||||
}" > /etc/vulkan/icd.d/nvidia_icd.json
|
||||
|
||||
ARG VIRTUALGL_VERSION=3.0.2
|
||||
ARG VIRTUALGL_VERSION=3.1
|
||||
#
|
||||
# Install VirtualGL and make libraries available for preload
|
||||
RUN curl -fsSL -O "https://sourceforge.net/projects/virtualgl/files/virtualgl_${VIRTUALGL_VERSION}_amd64.deb" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue