Skip to content

Commit 849011a

Browse files
committed
Fix dockerfile
1 parent 9b89bb8 commit 849011a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Containerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
# Allow build scripts to be referenced without being copied into the final image
25
FROM scratch AS ctx
36
COPY build_files /
47

58
# Base Image
6-
# This build argument allows building different variants (regular vs NVIDIA)
7-
ARG BASE_IMAGE=ghcr.io/ublue-os/bluefin-dx:stable-daily
89
FROM ${BASE_IMAGE}
910

1011
## Other possible base images include:

0 commit comments

Comments
 (0)