From c82ccb39d298163a03bfc2e6bd8ab44d01588ee2 Mon Sep 17 00:00:00 2001 From: Fabrice Brito Date: Tue, 26 Nov 2024 14:21:34 +0100 Subject: [PATCH] fixes prepare container image --- zoo_argowf_runner/cwl2argo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zoo_argowf_runner/cwl2argo.py b/zoo_argowf_runner/cwl2argo.py index 96bdf26..dd29e53 100644 --- a/zoo_argowf_runner/cwl2argo.py +++ b/zoo_argowf_runner/cwl2argo.py @@ -171,7 +171,7 @@ def cwl_to_argo( {"name": "workflow", "path": "/tmp/cwl_workflow.json"}, ], script=ScriptTemplate( - image="docker.io/library/prepare:0.1", + image="docker.io/library/python:3.9", resources=ResourceRequirements( requests={"memory": Quantity(__root__="1Gi"), "cpu": int(1)} ),