fix: switch to nvidia image

This commit is contained in:
Bastien Rivière 2024-11-17 21:45:41 +01:00 committed by Bastien Riviere
parent 880c7b90a1
commit 23cc0fcc02
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -33,7 +33,7 @@ ARG SOURCE_IMAGE="base"
# - stable-zfs # - stable-zfs
# - stable-nvidia-zfs # - stable-nvidia-zfs
# - (and the above with testing rather than stable) # - (and the above with testing rather than stable)
ARG SOURCE_SUFFIX="-main" ARG SOURCE_SUFFIX="-nvidia"
## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest
ARG SOURCE_TAG="latest" ARG SOURCE_TAG="latest"