Skip to content

Commit

Permalink
fix: Use ASUS akmods
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Sep 29, 2023
1 parent ff4cd01 commit 3248443
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 @@ -14,7 +14,7 @@ COPY image-info.sh /tmp/image-info.sh
COPY install.sh /tmp/install.sh
COPY post-install.sh /tmp/post-install.sh

COPY --from=ghcr.io/ublue-os/akmods-nvidia:main-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
COPY --from=ghcr.io/ublue-os/akmods-nvidia:asus-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms

RUN /tmp/image-info.sh && \
/tmp/install.sh && \
Expand Down

0 comments on commit 3248443

Please sign in to comment.