Skip to content

Commit

Permalink
fix: dont remove waydroid-choose-gpu (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
HikariKnight authored Mar 6, 2024
1 parent 4311d87 commit d58a511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,7 @@ COPY --from=ghcr.io/ublue-os/akmods-nvidia:${AKMODS_FLAVOR}-${FEDORA_MAJOR_VERSI
COPY system_files/nvidia/shared system_files/nvidia/${BASE_IMAGE_NAME} /

# Remove everything that doesn't work well with NVIDIA
RUN rm -f /usr/bin/waydroid-choose-gpu && \
rpm-ostree override remove \
RUN rpm-ostree override remove \
rocm-hip \
rocm-opencl \
rocm-clinfo && \
Expand Down

0 comments on commit d58a511

Please sign in to comment.