mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-27 03:35:15 +00:00
fix(nvidia): Append NVIDIA driver version to akmods tag
This commit is contained in:
parent
c9db525703
commit
ae8ef2e37e
@ -541,7 +541,7 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-39}"
|
||||
ARG NVIDIA_MAJOR_VERSION="535"
|
||||
|
||||
# Fetch NVIDIA driver
|
||||
COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
|
||||
COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSION}-${NVIDIA_MAJOR_VERSION} /rpms /tmp/akmods-rpms
|
||||
|
||||
# Remove everything that doesn't work well with NVIDIA
|
||||
RUN rm -f /usr/bin/waydroid-choose-gpu && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user