Skip to content

Commit

Permalink
Updated the docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu committed Apr 5, 2024
1 parent f5ae88b commit 3b825e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
# For faster inference scaling, consider building a custom image with only your workload's essential dependencies.
# Smaller images lead to faster scaling, especially across multiple nodes.
# Notice that we are using the same image for both the head and worker nodes. You might hit ModuleNotFoundError if you use a different image for head and worker nodes.
image: 464566837657.dkr.ecr.us-west-2.amazonaws.com/ray2.10.0-py310-gpu-stablediffusion:v3
image: public.ecr.aws/data-on-eks/ray2.10.0-py310-gpu-stablediffusion:latest
imagePullPolicy: IfNotPresent # Ensure the image is always pulled when updated
lifecycle:
preStop:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
# For faster inference scaling, consider building a custom image with only your workload's essential dependencies.
# Smaller images lead to faster scaling, especially across multiple nodes.
# Notice that we are using the same image for both the head and worker nodes. You might hit ModuleNotFoundError if you use a different image for head and worker nodes.
image: 464566837657.dkr.ecr.us-west-2.amazonaws.com/ray2.10.0-py310-gpu-stablediffusion:v3
image: public.ecr.aws/data-on-eks/ray2.10.0-py310-gpu-stablediffusion:latest
imagePullPolicy: IfNotPresent # Ensure the image is always pulled when updated
lifecycle:
preStop:
Expand Down

0 comments on commit 3b825e5

Please sign in to comment.