Fixing broken vulkan containers
This commit is contained in:
@@ -58,6 +58,7 @@ RUN curl -L -o /tmp/amdvlk-2025.Q2.1.x86_64.rpm \
|
||||
&& rm -f /tmp/amdvlk-*.rpm
|
||||
|
||||
# copy
|
||||
COPY --from=builder /usr/ /usr/
|
||||
COPY --from=builder /usr/local/ /usr/local/
|
||||
|
||||
# ld
|
||||
|
||||
@@ -46,6 +46,7 @@ RUN microdnf -y --nodocs --setopt=install_weak_deps=0 install \
|
||||
&& microdnf clean all && rm -rf /var/cache/dnf/*
|
||||
|
||||
# copy
|
||||
COPY --from=builder /usr/ /usr/
|
||||
COPY --from=builder /usr/local/ /usr/local/
|
||||
|
||||
# ld
|
||||
|
||||
Reference in New Issue
Block a user