Skip to content

Commit

Permalink
Merge pull request #272 from dchaley/issue271/fixContainerTag
Browse files Browse the repository at this point in the history
Use container tag batch not gce
  • Loading branch information
dchaley authored Jul 9, 2024
2 parents 71cf41f + bf2f873 commit 40d3d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batch/run-job.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

model_path = args.model_path

CONTAINER_IMAGE = "us-central1-docker.pkg.dev/deepcell-on-batch/deepcell-benchmarking-us-central1/benchmarking:gce"
CONTAINER_IMAGE = "us-central1-docker.pkg.dev/deepcell-on-batch/deepcell-benchmarking-us-central1/benchmarking:batch"
OUTPUT_BASE_PATH = "gs://deepcell-batch-jobs_us-central1/job-runs"
REGION = "us-central1"

Expand Down
2 changes: 1 addition & 1 deletion batch/run-multistep-job.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
input_channels_path = args.input_channels_path
bigquery_benchmarking_table = args.bigquery_benchmarking_table

CONTAINER_IMAGE = "us-central1-docker.pkg.dev/deepcell-on-batch/deepcell-benchmarking-us-central1/benchmarking:gce"
CONTAINER_IMAGE = "us-central1-docker.pkg.dev/deepcell-on-batch/deepcell-benchmarking-us-central1/benchmarking:batch"
OUTPUT_BASE_PATH = "gs://deepcell-batch-jobs_us-central1/job-runs"
REGION = "us-central1"

Expand Down

0 comments on commit 40d3d57

Please sign in to comment.