Skip to content

Commit ff78698

Browse files
committed
Update python 3.12 image sha
1 parent 9a57916 commit ff78698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeflare_sdk/common/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* For python 3.12:ray:2.52.1-py312-cu128
66
"""
77
CUDA_PY311_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:595b3acd10244e33fca1ed5469dccb08df66f470df55ae196f80e56edf35ad5a"
8-
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:TODO"
8+
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:6b135421b6e756593a58b4df6664f82fc4b55237ca81475f2867518f15fe6d84"
99

1010
# Centralized image selection
1111
SUPPORTED_PYTHON_VERSIONS = {

0 commit comments

Comments
 (0)