Skip to content

Commit

Permalink
Update function task runtimes in the workflow engine
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Nov 7, 2024
1 parent 7bfc188 commit e1afb07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/specs/WorkflowsAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4656,6 +4656,7 @@ components:
- "pytorch/pytorch:latest"
- "huggingface/transformers-pytorch-gpu:latest"
- "huggingface/transformers-pytorch-gpu:4.29.2"
- "ghcr.io/tobiashi26/pygeoflood-container:main"

EnumTaskIOType:
type: string
Expand Down
3 changes: 3 additions & 0 deletions src/engine/src/owe_python_sdk/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"pytorch/pytorch:latest",
"huggingface/transformers-pytorch-gpu:latest",
"huggingface/transformers-pytorch-gpu:4.29.2"

# TACC custom runtime # TODO refactor into a plugin
"ghcr.io/tobiashi26/pygeoflood-container:main"
]
}

Expand Down

0 comments on commit e1afb07

Please sign in to comment.