Skip to content

Commit

Permalink
Revert back - wasn't EVDI after all, but possibly Mutter or the NVIDI…
Browse files Browse the repository at this point in the history
…A driver.
  • Loading branch information
bennothommo committed Oct 3, 2024
1 parent c1cb20b commit a8d27e2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="bluefin"
# - stable-zfs
# - stable-nvidia-zfs
# - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="-dx-nvidia"
ARG SOURCE_SUFFIX="-dx"

## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="latest"
Expand All @@ -48,14 +48,6 @@ FROM ghcr.io/ublue-os/${SOURCE_IMAGE}${SOURCE_SUFFIX}:${SOURCE_TAG}
## make modifications desired in your image and install packages by modifying the build.sh script
## the following RUN directive does all the things required to run "build.sh" as recommended.

COPY --from=ghcr.io/ublue-os/akmods-extra:fsync-40 /rpms/ /tmp/rpms

# Install EVDI kernel module
RUN mkdir -p /var/lib/alternatives && \
curl -o /etc/yum.repos.d/fedora-multimedia.repo https://negativo17.org/repos/fedora-multimedia.repo && \
rpm-ostree install /tmp/rpms/kmods/kmod-evdi*.rpm && \
ostree container commit

# COPY build.sh /tmp/build.sh

# RUN mkdir -p /var/lib/alternatives && \
Expand Down

0 comments on commit a8d27e2

Please sign in to comment.