Skip to content

Commit

Permalink
Fix supergfxctl not installign
Browse files Browse the repository at this point in the history
  • Loading branch information
tduck973564 committed Sep 15, 2024
1 parent 6af54d4 commit 7b4ec7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
--mount=type=bind,from=nvidia-akmods,src=/rpms,dst=/tmp/akmods-rpms \
curl -Lo /tmp/nvidia-install.sh https://raw.githubusercontent.com/ublue-os/hwe/main/nvidia-install.sh && \
chmod +x /tmp/nvidia-install.sh && \
IMAGE_NAME="${BASE_IMAGE_NAME}" \
IMAGE_NAME="kinoite" \
/tmp/nvidia-install.sh && \
rpm-ostree install nvidia-vaapi-driver && \
ostree container commit
Expand Down

0 comments on commit 7b4ec7d

Please sign in to comment.