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: 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 `__.