Skip to content

Commit c37a37c

Browse files
authored
Merge pull request #142 from red-hat-data-services/upstream-branch
Upstream to downstream main
2 parents bb86a94 + be95a15 commit c37a37c

18 files changed

+2424
-2303
lines changed

.tekton/ray-cuda-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ spec:
2424
- name: revision
2525
value: '{{revision}}'
2626
- name: output-image
27-
value: quay.io/modh/ray:2.44.1-py311-cu121
27+
value: quay.io/modh/ray:2.46.0-py311-cu121
2828
- name: additional-tag
29-
value: 2.44.1-py311-cu121-{{revision}}
29+
value: 2.46.0-py311-cu121-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context

.tekton/ray-rocm-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ spec:
2424
- name: revision
2525
value: '{{revision}}'
2626
- name: output-image
27-
value: quay.io/modh/ray:2.44.1-py311-rocm62
27+
value: quay.io/modh/ray:2.46.0-py311-rocm62
2828
- name: additional-tag
29-
value: 2.44.1-py311-rocm62-{{revision}}
29+
value: 2.46.0-py311-rocm62-{{revision}}
3030
- name: dockerfile
3131
value: Dockerfile
3232
- name: path-context

OWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
11
approvers:
22
- astefanutti
33
- Bobbins228
4+
- chipspeak
45
- dimakis
56
- Fiona-Waters
67
- jiripetrlik
78
- kpostoffice
9+
- kryanbeane
810
- laurafitzgerald
11+
- pawelpaszki
912
- sutaakar
1013
- szaher
1114
- varshaprasad96
1215
reviewers:
1316
- abhijeet-dhumal
1417
- astefanutti
1518
- Bobbins228
19+
- chipspeak
1620
- ChughShilpa
1721
- dimakis
1822
- Fiona-Waters
1923
- jiripetrlik
2024
- kpostoffice
25+
- kryanbeane
2126
- laurafitzgerald
27+
- pawelpaszki
2228
- sutaakar
2329
- szaher
2430
- varshaprasad96

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ To upload trained model into S3 compatible storage, use the environment variable
4949

5050
* `ODH_NAMESPACE` - Namespace where ODH components are installed to
5151
* `NOTEBOOK_USER_NAME` - Username of user used for running Workbench
52+
* `NOTEBOOK_USER_PASSWORD` - Password of user used for running Workbench
5253
* `NOTEBOOK_USER_TOKEN` - Login token of user used for running Workbench
5354
* `NOTEBOOK_IMAGE` - Image used for running Workbench
5455

images/runtime/ray/cuda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=311
2-
ARG IMAGE_TAG=9.5-1744097391
2+
ARG IMAGE_TAG=9.6-1747333117
33

44
FROM registry.access.redhat.com/ubi9/python-${PYTHON_VERSION}:${IMAGE_TAG}
55

images/runtime/ray/cuda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
numpy = {version = "<2.0.0" }
8-
"ray[all]" = {version = "~=2.44.0" }
8+
"ray[all]" = {version = "~=2.46.0" }
99

1010
[requires]
1111
python_version = "3.9"

images/runtime/ray/cuda/Pipfile.lock

Lines changed: 1155 additions & 1135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/runtime/ray/cuda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ It includes the following layers:
66
* UBI 9
77
* Python 3.11
88
* CUDA 12.1
9-
* Ray 2.44.1
9+
* Ray 2.46.0

images/runtime/ray/rocm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=311
2-
ARG IMAGE_TAG=9.5-1746539270
2+
ARG IMAGE_TAG=9.6-1747333117
33

44
FROM registry.access.redhat.com/ubi9/python-${PYTHON_VERSION}:${IMAGE_TAG}
55

images/runtime/ray/rocm/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
numpy = {version = "<2.0.0" }
8-
"ray[all]" = {version = "~=2.44.0"}
8+
"ray[all]" = {version = "~=2.46.0"}
99

1010
[requires]
1111
python_version = "3.9"

0 commit comments

Comments
 (0)