Skip to content

Commit

Permalink
update image name
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Nov 19, 2024
1 parent 2374ddf commit 60b8d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/example_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ def main():
service_name=service_name,
job_definition=job_def,
required_resources=required_resources,
target_compute_client_ids=["*"],
tags=['example'],
rerun_failing=True,
delete_failing=True
delete_failing=True,
)
print(job.job_url, job.status)


if __name__ == '__main__':
main()
main()
2 changes: 1 addition & 1 deletion voluseg/VolusegProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class VolusegProcessor(ProcessorBase):
name = 'voluseg_processor'
description = 'Run Voluseg for volumetric segmentation.'
label = 'voluseg_processor'
image = 'catalystneuro/dendro-voluseg:0.1.0'
image = 'ghcr.io/catalystneuro/dendro-voluseg:latest'
executable = '/app/main.py'
attributes = {}

Expand Down

0 comments on commit 60b8d30

Please sign in to comment.