FIX: nvidia driver

This commit is contained in:
2025-11-29 15:07:17 +01:00
parent b8b2c6b3ac
commit 73ccad4340
3 changed files with 20 additions and 17 deletions

View File

@@ -14,4 +14,11 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=tmpfs,dst=/tmp \
/ctx/build.sh
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
--mount=type=bind,from=nvidia,source=/,target=/nvidia \
--mount=type=cache,dst=/var/cache \
--mount=type=cache,dst=/var/log \
--mount=type=tmpfs,dst=/tmp \
/ctx/nvidia.sh
RUN bootc container lint