From b8dba8aa4486b224543669b16bec432490493f3e Mon Sep 17 00:00:00 2001 From: Szymon Date: Sat, 25 Nov 2023 10:08:02 +0100 Subject: [PATCH] Hotfix MLcube config --- mlcube/model_mlcube/mlcube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlcube/model_mlcube/mlcube.yaml b/mlcube/model_mlcube/mlcube.yaml index 1d3704be7..a2cddab5a 100644 --- a/mlcube/model_mlcube/mlcube.yaml +++ b/mlcube/model_mlcube/mlcube.yaml @@ -30,7 +30,7 @@ docker: # Docker build context relative to $MLCUBE_ROOT. (gandlf_deploy can handle this automatically.) build_context: "../" # Docker file name within docker build context. Any "Dockerfile-*" in the GaNDLF source repo is valid. - build_file: "Dockerfile-CUDA11.6" + build_file: "Dockerfile-CUDA11.8" # These settings should be set by global MLCube configuration, generally not per-deployment. # However, some sane defaults (for Docker >19.03) are here: