Skip to content

Commit

Permalink
fix(nvidia): Add fix for ALVR (Thanks Crunchn)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 17, 2024
1 parent f9bc74b commit 52d6189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ RUN curl -Lo /tmp/nvidia-install.sh https://raw.githubusercontent.com/ublue-os/h
chmod +x /tmp/nvidia-install.sh && \
IMAGE_NAME="${BASE_IMAGE_NAME}" /tmp/nvidia-install.sh && \
rm -f /usr/share/vulkan/icd.d/nouveau_icd.*.json && \
ln -s libnvidia-ml.so.1 /usr/lib64/libnvidia-ml.so && \
ostree container commit

# Cleanup & Finalize
Expand Down

0 comments on commit 52d6189

Please sign in to comment.