NVIDIA: Try with kmod from ublue project
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 49s
Some checks failed
build-ublue-custom / Build and push image (push) Failing after 49s
This commit is contained in:
parent
39bd89cf01
commit
ee30949f27
2 changed files with 8 additions and 4 deletions
|
@ -2,8 +2,13 @@ ARG FEDORA_MAJOR_VERSION=40
|
|||
|
||||
FROM quay.io/fedora-ostree-desktops/kinoite:${FEDORA_MAJOR_VERSION}
|
||||
|
||||
ARG FEDORA_MAJOR_VERSION
|
||||
|
||||
COPY scripts /tmp/scripts
|
||||
|
||||
# https://github.com/ublue-os/akmods#kmod-packages
|
||||
COPY --from=ghcr.io/ublue-os/akmods-nvidia-open:main-${FEDORA_MAJOR_VERSION} /rpms/ /tmp/rpms
|
||||
|
||||
RUN mkdir -p /var/lib/alternatives && \
|
||||
/tmp/scripts/build.sh && \
|
||||
ostree container commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue