Skip to content

Commit

Permalink
Update Rayvens to version 0.5.0 and Ray to version 1.12.1 (#70)
Browse files Browse the repository at this point in the history
* Update Rayvens to version 0.5.0 and Ray to version 1.12.1.

* Undo change to cluster yaml.
  • Loading branch information
doru1004 authored Jun 3, 2022
1 parent f64bfe4 commit 6e6e386
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG base_image=rayproject/ray:1.4.1-py38
ARG base_image=rayproject/ray:1.12.1-py38
FROM ${base_image}

COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG base_image=rayproject/ray:1.4.1-py38
ARG base_image=rayproject/ray:1.12.1-py38
FROM ${base_image}

COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ add the necessary dependencies to enable the running of Camel-K sources and
sinks in local mode inside the container.
The all-in-one Rayvens container image distributed on
[quay.io](https://quay.io/repository/ibm/rayvens) adds Camel-K 1.5.1 to a base
`rayproject/ray:1.4.1-py38` image. See [Dockerfile.release](Dockerfile.release)
`rayproject/ray:1.12.1-py38` image. See [Dockerfile.release](Dockerfile.release)
for specifics.

### Operator Mode Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion scripts/rayvens-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

rayvens_version=0.4.0
rayvens_version=0.5.0

config="rayvens.yaml"
namespace="ray"
Expand Down

0 comments on commit 6e6e386

Please sign in to comment.