Fixing broken vulkan containers

This commit is contained in:
Donato Capitella
2025-08-16 20:28:59 +01:00
parent bbc2b2d9e1
commit b72bbd64f8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -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