Skip to content

Commit

Permalink
Drop
Browse files Browse the repository at this point in the history
  • Loading branch information
bleggett committed Jul 4, 2024
1 parent 23b5742 commit 57d2c66
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -789,17 +789,17 @@ ARG FEDORA_MAJOR_VERSION="${FEDORA_MAJOR_VERSION:-40}"
# Fetch NVIDIA driver
COPY system_files/nvidia/shared system_files/nvidia/${BASE_IMAGE_NAME} /

# Remove everything that doesn't work well with NVIDIA
# Install X11 session (Remove me for Fedora 41)
RUN rpm-ostree override remove \
rocm-hip \
rocm-opencl \
rocm-clinfo && \
if [[ "${BASE_IMAGE_NAME}" == "kinoite" ]]; then \
rpm-ostree install \
plasma-workspace-x11 \
; fi && \
ostree container commit
# # Remove everything that doesn't work well with NVIDIA
# # Install X11 session (Remove me for Fedora 41)
# RUN rpm-ostree override remove \
# rocm-hip \
# rocm-opencl \
# rocm-clinfo && \
# if [[ "${BASE_IMAGE_NAME}" == "kinoite" ]]; then \
# rpm-ostree install \
# plasma-workspace-x11 \
# ; fi && \
# ostree container commit

# Install NVIDIA driver
COPY --from=nvidia-akmods /rpms /tmp/akmods-rpms
Expand Down

0 comments on commit 57d2c66

Please sign in to comment.