Skip to content

Commit 97cb9ac

Browse files
committed
Update Rayvens to version 0.6.0 and Ray to version 1.13.0
1 parent b8bc0c9 commit 97cb9ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG base_image=rayproject/ray:1.12.1-py38
17+
ARG base_image=rayproject/ray:1.13.0-py38
1818
FROM ${base_image}
1919

2020
COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ARG base_image=rayproject/ray:1.12.1-py38
17+
ARG base_image=rayproject/ray:1.13.0-py38
1818
FROM ${base_image}
1919

2020
COPY --from=docker.io/apache/camel-k:1.5.1 /usr/local/bin/kamel /usr/local/bin/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ add the necessary dependencies to enable the running of Camel-K sources and
229229
sinks in local mode inside the container.
230230
The all-in-one Rayvens container image distributed on
231231
[quay.io](https://quay.io/repository/ibm/rayvens) adds Camel-K 1.5.1 to a base
232-
`rayproject/ray:1.12.1-py38` image. See [Dockerfile.release](Dockerfile.release)
232+
`rayproject/ray:1.13.0-py38` image. See [Dockerfile.release](Dockerfile.release)
233233
for specifics.
234234

235235
### Operator Mode Prerequisites

scripts/rayvens-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# limitations under the License.
1717
#
1818

19-
rayvens_version=0.5.0
19+
rayvens_version=0.6.0
2020

2121
config="rayvens.yaml"
2222
namespace="ray"

0 commit comments

Comments
 (0)