Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2024
1 parent 9c0116e commit b1afe76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm-charts/app/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ frx-challenges:
# Image is built from https://github.com/janelia-cellmap/cellmap-segmentation-challenge
EVALUATOR_DOCKER_IMAGE: quay.io/2i2c/cellmap-segmentation-challenge-evaluator:797a892d742d
EVALUATOR_DOCKER_CMD:
- 'csc'
- 'evaluate'
- '--truth_path'
- '/opt/gt.zarr'
- '--submission_path'
- '{submission_path}'
- '--result_file'
- '{result_path}'
- "csc"
- "evaluate"
- "--truth_path"
- "/opt/gt.zarr"
- "--submission_path"
- "{submission_path}"
- "--result_file"
- "{result_path}"
EVALUATOR_DOCKER_EXTRA_BINDS:
- /opt/state/truth/gt.zarr:/opt/gt.zarr:ro
EVALUATOR_DOCKER_CONTAINER_CPU_LIMIT: 1.5
Expand Down

0 comments on commit b1afe76

Please sign in to comment.