We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b89bb8 commit 849011aCopy full SHA for 849011a
Containerfile
@@ -1,10 +1,11 @@
1
+# This build argument allows building different variants (regular vs NVIDIA)
2
+ARG BASE_IMAGE=ghcr.io/ublue-os/bluefin-dx:stable-daily
3
+
4
# Allow build scripts to be referenced without being copied into the final image
5
FROM scratch AS ctx
6
COPY build_files /
7
8
# Base Image
-# This build argument allows building different variants (regular vs NVIDIA)
-ARG BASE_IMAGE=ghcr.io/ublue-os/bluefin-dx:stable-daily
9
FROM ${BASE_IMAGE}
10
11
## Other possible base images include:
0 commit comments