We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671750 commit 83eea6fCopy full SHA for 83eea6f
1 file changed
Containerfile
@@ -73,6 +73,7 @@ RUN set -xeuo pipefail && \
73
74
FROM scratch AS ctx
75
COPY --from=ghcr.io/projectbluefin/common:latest /system_files/shared /system_files/shared
76
+COPY --from=ghcr.io/projectbluefin/common:latest /system_files/nvidia /system_files/nvidia
77
COPY --from=builder /out/wallpapers /wallpapers
78
COPY --from=builder /out/logos /logos
79
COPY /branding/system_files /system_files/shared
0 commit comments