Skip to content

Commit

Permalink
Small tweaks for building the cardiac docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Sep 2, 2021
1 parent b975bc8 commit a73ec65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platipy/imaging/projects/cardiac/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def cardiac_structure_guided_service(data_objects, working_dir, settings):

wholeheart = sitk.ReadImage(data_object.children[0].path)

results = run_cardiac_segmentation(img, wholeheart, settings)
results, _ = run_cardiac_segmentation(img, wholeheart, settings)

# Save resulting masks and add to output for service
for output in results:
Expand Down
4 changes: 2 additions & 2 deletions requirements-backend.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
flask >= 1.1.2
flask-restful >= 0.3.8
flask-sqlalchemy >= 2.4.4
celery >= 4.4.7
celery >= 4.4.7,< 5.0.0
redis >= 3.5.3
psutil >= 5.8.0
gunicorn >= 20.0.4
gunicorn >= 20.0.4

0 comments on commit a73ec65

Please sign in to comment.