Skip to content

Commit

Permalink
refactor: use digest instead of tag for raycluster image
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Nov 8, 2023
1 parent 9380986 commit 71e0ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeflare_sdk/cluster/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class ClusterConfiguration:
instascale: bool = False
mcad: bool = True
envs: dict = field(default_factory=dict)
image: str = "quay.io/project-codeflare/ray:latest-py39-cu118"
image: str = "quay.io/project-codeflare/ray@sha256:1ddf39c1bbb182bc9f9c477fa0003902506013f8721f7e203673f965156f5559"
local_interactive: bool = False
image_pull_secrets: list = field(default_factory=list)
dispatch_priority: str = None
Expand Down

0 comments on commit 71e0ff1

Please sign in to comment.