File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/codeflare_sdk/cluster Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class ClusterConfiguration:
48
48
instascale : bool = False
49
49
mcad : bool = True
50
50
envs : dict = field (default_factory = dict )
51
- image : str = "quay.io/project-codeflare/ray:latest-py39-cu118 "
51
+ image : str = ""
52
52
local_interactive : bool = False
53
53
image_pull_secrets : list = field (default_factory = list )
54
54
dispatch_priority : str = None
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ def createClusterConfig():
47
47
machine_types = ["cpu.small" , "gpu.large" ],
48
48
image_pull_secrets = ["unit-test-pull-secret" ],
49
49
ingress_domain = "apps.cluster.awsroute.org" ,
50
+ image = "quay.io/project-codeflare/ray:latest-py39-cu118"
50
51
)
51
52
return config
52
53
You can’t perform that action at this time.
0 commit comments