Skip to content

Commit

Permalink
Update start-workers.sh for docker image path
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanthRH authored Feb 27, 2024
1 parent af846b9 commit 40bafaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-workers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ read -d '' DEPLOYMENT <<EOM
}
}
],
"image": "ghcr.io/ucsd-ets/ray-notebook:main",
"image": "IMAGE",
"imagePullPolicy": "Always",
"name": "ray-worker",
"resources": {
Expand Down

0 comments on commit 40bafaa

Please sign in to comment.