master
Andy 5 years ago
parent 1374c06957
commit a3c873d87d
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -45,22 +45,6 @@ RUN apt-get -y install libnm-glib4:i386 libnm-util2:i386
RUN apt-get -y install fontconfig:i386
# Enable Vulkan library.
# DXVK is a Vulkan-based compatibility layer for Direct3D 11.
# It allows running 3D applications on Linux using Wine.
# To fully leverage the DXVK, you need the following:
# 1. Vulkan library installed;
# 2. Capable GPU that supports Vulkan;
# 3. Latest GPU drivers which support Vulkan;
#
# $ cat /home/user/.local/share/Steam/steamapps/common/Proton\ 3.16/dist/lib64/wine/dxvk/version
# 60a03a29599bf1f8c73efdbcf288e91ef261bc58 dxvk (v0.90-10-g60a03a2)
#
# https://developer.nvidia.com/vulkan-driver
# https://en.wikipedia.org/wiki/Vulkan_(API)#Compatibility
# https://github.com/lutris/lutris/wiki/How-to:-DXVK
# https://github.com/doitsujin/dxvk/wiki/Driver-support
# https://www.protondb.com
# https://lutris.net
RUN apt-get -y install libvulkan1 libvulkan1:i386 vulkan-utils
LABEL maintainer="Andrey Arapov <andrey.arapov@nixaid.com>"

Loading…
Cancel
Save