Skip to content

Commit 3691591

Browse files
authored
updating docker image (#11)
Co-authored-by: Atin Sood <[email protected]>
1 parent d0d01a8 commit 3691591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/codeflare_sdk/cluster/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ class ClusterConfiguration:
1515
template: str = "src/codeflare_sdk/templates/new-template.yaml"
1616
instascale: bool = False
1717
envs: dict = {}
18-
image: str = "rayproject/ray:latest"
18+
image: str = "ghcr.io/ibm-ai-foundation/base:ray1.13.0-py38-gpu-pytorch1.12.0cu116-20220826-202124"

0 commit comments

Comments
 (0)