From 73aaa344d7ac0d97faf9600e689f79beda10283a Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Thu, 7 Nov 2024 16:40:21 -0600 Subject: [PATCH] add comma --- src/engine/src/owe_python_sdk/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/src/owe_python_sdk/constants.py b/src/engine/src/owe_python_sdk/constants.py index bd73f14..f7cc365 100644 --- a/src/engine/src/owe_python_sdk/constants.py +++ b/src/engine/src/owe_python_sdk/constants.py @@ -30,10 +30,10 @@ "tensorflow/tensorflow:2.12.0-gpu", "pytorch/pytorch:latest", "huggingface/transformers-pytorch-gpu:latest", - "huggingface/transformers-pytorch-gpu:4.29.2" + "huggingface/transformers-pytorch-gpu:4.29.2", # TACC custom runtime # TODO refactor into a plugin - "ghcr.io/tobiashi26/pygeoflood-container:main" + "ghcr.io/tobiashi26/pygeoflood-container:main", ] }