From 736717ac6e6f505465feccc118264a09c0ad414a Mon Sep 17 00:00:00 2001 From: Atin Sood Date: Wed, 26 Oct 2022 14:07:11 -0400 Subject: [PATCH] updating docker image --- src/codeflare_sdk/cluster/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/codeflare_sdk/cluster/config.py b/src/codeflare_sdk/cluster/config.py index cd49feb37..921ffb16b 100644 --- a/src/codeflare_sdk/cluster/config.py +++ b/src/codeflare_sdk/cluster/config.py @@ -15,4 +15,4 @@ class ClusterConfiguration: template: str = "src/codeflare_sdk/templates/new-template.yaml" instascale: bool = False envs: dict = {} - image: str = "rayproject/ray:latest" + image: str = "ghcr.io/ibm-ai-foundation/base:ray1.13.0-py38-gpu-pytorch1.12.0cu116-20220826-202124"