mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
nvidia switch to virtualgl 3.1.
This commit is contained in:
parent
9936a04fea
commit
362bcd3852
@ -166,7 +166,7 @@ RUN if [ "${UBUNTU_RELEASE}" = "18.04" ]; then apt-get update && apt-get install
|
|||||||
}\n\
|
}\n\
|
||||||
}" > /etc/vulkan/icd.d/nvidia_icd.json
|
}" > /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
|
# Install VirtualGL and make libraries available for preload
|
||||||
RUN curl -fsSL -O "https://sourceforge.net/projects/virtualgl/files/virtualgl_${VIRTUALGL_VERSION}_amd64.deb" && \
|
RUN curl -fsSL -O "https://sourceforge.net/projects/virtualgl/files/virtualgl_${VIRTUALGL_VERSION}_amd64.deb" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user