From 28b7fab81cd2b43471f4091d79086178fde3ccbb Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Fri, 3 May 2024 22:18:14 +0200 Subject: [PATCH] chore: use -main instead of -nvidia --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 51474b3..2583ee2 100644 --- a/Containerfile +++ b/Containerfile @@ -35,7 +35,7 @@ ARG SOURCE_IMAGE="base" # - stable-zfs # - stable-nvidia-zfs # - (and the above with testing rather than stable) -ARG SOURCE_SUFFIX="-nvidia" +ARG SOURCE_SUFFIX="-main" ## SOURCE_TAG arg must be a version built for the specific image: eg, 39, 40, gts, latest ARG SOURCE_TAG="${FEDORA_MAJOR_VERSION}"