Skip to content

Commit

Permalink
chore: update python image names
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-s committed Jul 8, 2024
1 parent 669cf52 commit 5717ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ runtime:
image: ${RUNTIME_KFP_IMAGE:ghcr.io/scc-digitalhub/digitalhub-core-wrapper-kfp:latest}
python:
images:
PYTHON3_9: ${RUNTIME_PYTHON_IMAGE_3_9:ghcr.io/scc-digitalhub/digitalhub-serverless/python-runtime-3.9:latest}
PYTHON3_10: ${RUNTIME_PYTHON_IMAGE_3_10:ghcr.io/scc-digitalhub/digitalhub-serverless/python-runtime-3.10:latest}
PYTHON3_9: ${RUNTIME_PYTHON_IMAGE_3_9:ghcr.io/scc-digitalhub/digitalhub-serverless/python-runtime:3.9}
PYTHON3_10: ${RUNTIME_PYTHON_IMAGE_3_10:ghcr.io/scc-digitalhub/digitalhub-serverless/python-runtime:3.10}
command: /usr/local/bin/processor


Expand Down

0 comments on commit 5717ee3

Please sign in to comment.