Skip to content

Commit

Permalink
Update kuberay operator, ray version (#1343)
Browse files Browse the repository at this point in the history
* update kuberay operator to v1.1.1

Signed-off-by: Paul S. Schweigert <[email protected]>

* bump ray version too

Signed-off-by: Paul S. Schweigert <[email protected]>

* bump ray in dockerfile

Signed-off-by: Paul S. Schweigert <[email protected]>

* bump ray to v2.30

Signed-off-by: Paul S. Schweigert <[email protected]>

---------

Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Jun 26, 2024
1 parent 22bfa52 commit ae8c4e5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-ray-node
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_PY_VERSION=py310

FROM rayproject/ray:2.9.3-$IMAGE_PY_VERSION AS ray-node-amd64
FROM rayproject/ray:2.30.0-$IMAGE_PY_VERSION AS ray-node-amd64

WORKDIR /
USER 0
Expand All @@ -18,7 +18,7 @@ RUN pip install . --no-cache-dir &&\
WORKDIR /
RUN rm -r ./qs

FROM rayproject/ray:2.9.3-$IMAGE_PY_VERSION-aarch64 AS ray-node-arm64
FROM rayproject/ray:2.30.0-$IMAGE_PY_VERSION-aarch64 AS ray-node-arm64

WORKDIR /
USER 0
Expand Down
6 changes: 3 additions & 3 deletions charts/qiskit-serverless/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 13.4.4
- name: kuberay-operator
repository: https://ray-project.github.io/kuberay-helm
version: 1.0.0
digest: sha256:977282c74f9ac6f904db8ac32962491ce11b090a5f9fb1222753a619498040ae
generated: "2024-06-04T20:10:35.026095239Z"
version: 1.1.1
digest: sha256:251844d5cdd7cb9041bdb5bd146426ef186ba25029737f8bc63304dd62911b11
generated: "2024-06-12T16:42:23.909964613-04:00"
2 changes: 1 addition & 1 deletion charts/qiskit-serverless/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: kuberay-operator
condition: kuberayOperatorEnable
version: 1.0.0
version: 1.1.1
repository: https://ray-project.github.io/kuberay-helm

maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/qiskit-serverless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ gateway:
kuberayOperatorEnable: true
kuberay-operator:
image:
repository: kuberay/operator
tag: v1.0.0
repository: quay.io/kuberay/operator
tag: v1.1.1
pullPolicy: IfNotPresent

# ===================
Expand Down
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ray[default,data]>=2.9.3, <3
ray[default,data]>=2.30.0, <3
requests>=2.32.2
importlib-metadata>=5.2.0
qiskit>=1.0.2
Expand Down
3 changes: 1 addition & 2 deletions gateway/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dj-rest-auth>=5.0.2
django-csp>=3.8
djangorestframework-simplejwt>=5.3.1
django_prometheus>=2.3.1
ray[default]>=2.9.3
ray[default]>=2.30.0, <3
Django>=4.2.11
gunicorn>=22.0.0
requests>=2.32.2
Expand All @@ -20,4 +20,3 @@ cryptography>=41.0.7
# Django dependency, but we need a newer version (IBMQ#246)
sqlparse>=0.5.0
qiskit_ibm_runtime>=0.22.0

0 comments on commit ae8c4e5

Please sign in to comment.