Skip to content

Commit

Permalink
fixes prepare container image
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Nov 26, 2024
1 parent fa2d78b commit c82ccb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoo_argowf_runner/cwl2argo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
),
Expand Down

0 comments on commit c82ccb3

Please sign in to comment.