We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d01a8 commit 3691591Copy full SHA for 3691591
src/codeflare_sdk/cluster/config.py
@@ -15,4 +15,4 @@ class ClusterConfiguration:
15
template: str = "src/codeflare_sdk/templates/new-template.yaml"
16
instascale: bool = False
17
envs: dict = {}
18
- image: str = "rayproject/ray:latest"
+ image: str = "ghcr.io/ibm-ai-foundation/base:ray1.13.0-py38-gpu-pytorch1.12.0cu116-20220826-202124"
0 commit comments