Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/marin-big-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-central2-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-central2-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-eu-west4-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "europe-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "europe-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-eu-west4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "europe-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "europe-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-central1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-central1-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-central1-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-central2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-central2-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-central2-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-east1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-east1-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-east1-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-east5-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-east5-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-east5-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-east5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-east5-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-east5-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion infra/marin-us-west4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provider:


docker:
image: "us-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:20260104"
image: "us-west4-docker.pkg.dev/hai-gcp-models/marin/marin_cluster:c2c2abf"
container_name: "ray_docker"
pull_before_run: true
worker_run_options:
Expand Down
2 changes: 1 addition & 1 deletion lib/marin/src/marin/cluster/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import yaml

# Cluster configuration constants and templates
LATEST = "20260104" # The latest docker tag used for the clusters
LATEST = "c2c2abf" # The latest docker tag used for the clusters
LATEST_VLLM = "20251209"
DOCKER_TAG_TESTING = "latest"
DEFAULT_IMAGE_NAME = "marin_cluster"
Expand Down