From ff96aad80190df1a672b3259a7070b1c04ea9f00 Mon Sep 17 00:00:00 2001 From: kryanbeane Date: Thu, 6 Mar 2025 16:01:31 +0000 Subject: [PATCH 1/2] Update reference to Ray ROCm image --- docs/sphinx/user-docs/cluster-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/user-docs/cluster-configuration.rst b/docs/sphinx/user-docs/cluster-configuration.rst index 9f9fdddb7..82156b2f5 100644 --- a/docs/sphinx/user-docs/cluster-configuration.rst +++ b/docs/sphinx/user-docs/cluster-configuration.rst @@ -41,7 +41,7 @@ requirements for creating the Ray Cluster. If you prefer to use a custom Ray image that better suits your needs, you can specify it in the image field to override the default. If you are using ROCm compatible GPUs you - can use `quay.io/modh/ray:2.35.0-py39-rocm61`. You can also find + can use `quay.io/modh/ray:2.35.0-py311-rocm62` or `quay.io/modh/ray:2.35.0-py39-rocm62`. You can also find documentation on building a custom image `here `__. From 8a9632a8a6e2a1ae6ee7b0582843fa83cfd142db Mon Sep 17 00:00:00 2001 From: kryanbeane Date: Thu, 27 Mar 2025 14:43:30 +0000 Subject: [PATCH 2/2] Test custom image for E2Es --- .github/workflows/e2e_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index fca6d6e72..0765ffe89 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -17,7 +17,7 @@ concurrency: cancel-in-progress: true env: - CODEFLARE_OPERATOR_IMG: "quay.io/project-codeflare/codeflare-operator:dev" + CODEFLARE_OPERATOR_IMG: "quay.io/kryanbeane/codeflare-operator:dev" jobs: kubernetes: