Skip to content

Commit f2d60d6

Browse files
authored
Merge branch 'project-codeflare:main' into main
2 parents 56696fd + e8404ec commit f2d60d6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

OWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
approvers:
22
- astefanutti
33
- Bobbins228
4+
- CathalOConnorRH
45
- chipspeak
56
- ChristianZaccaria
67
- dimakis
@@ -16,6 +17,7 @@ approvers:
1617
reviewers:
1718
- astefanutti
1819
- Bobbins228
20+
- CathalOConnorRH
1921
- chipspeak
2022
- ChristianZaccaria
2123
- dimakis

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "codeflare-sdk"
3-
version = "0.31.0"
3+
version = "0.31.1"
44

55
[tool.poetry]
66
name = "codeflare-sdk"
7-
version = "0.31.0"
7+
version = "0.31.1"
88
description = "Python SDK for codeflare client"
99

1010
license = "Apache-2.0"

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.47.1-py312-cu128
66
"""
77
CUDA_PY311_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:6d076aeb38ab3c34a6a2ef0f58dc667089aa15826fa08a73273c629333e12f1e"
8-
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:9c72e890f5c66bb2a0f0d940120539ffc875fb6fed83380cbe2eba938e8789b1"
8+
CUDA_PY312_RUNTIME_IMAGE = "quay.io/modh/ray@sha256:fb6f207de63e442c67bb48955cf0584f3704281faf17b90419cfa274fdec63c5"
99

1010
# Centralized image selection
1111
SUPPORTED_PYTHON_VERSIONS = {

0 commit comments

Comments
 (0)