🐜 fix(runner): Workaround for NVIDIA driver issue (#180)

Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com>
This commit is contained in:
Kristian Ollikainen
2025-02-03 18:00:10 +02:00
committed by GitHub
parent 9d084011a2
commit 4546eb6767
4 changed files with 8 additions and 5 deletions

View File

@@ -120,7 +120,8 @@ RUN sed -i \
RUN pacman --noconfirm -Sy && \
# Core system components
pacman -S --needed --noconfirm \
archlinux-keyring mesa steam steam-native-runtime \
archlinux-keyring vulkan-intel lib32-vulkan-intel mesa \
steam steam-native-runtime \
sudo xorg-xwayland labwc wlr-randr mangohud \
pipewire pipewire-pulse pipewire-alsa wireplumber \
noto-fonts-cjk supervisor jq chwd lshw pacman-contrib && \