We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3e36 commit 0ff65b0Copy full SHA for 0ff65b0
src/codeflare_sdk/cluster/config.py
@@ -46,5 +46,5 @@ class ClusterConfiguration:
46
template: str = f"{dir}/templates/new-template.yaml"
47
instascale: bool = False
48
envs: dict = field(default_factory=dict)
49
- image: str = "ghcr.io/ibm-ai-foundation/base:ray1.13.0-py38-gpu-pytorch1.12.0cu116-20220826-202124"
+ image: str = "ghcr.io/foundation-model-stack/base:ray2.1.0-py38-gpu-pytorch1.12.0cu116-20221213-193103"
50
auth: Authentication = Authentication()
0 commit comments