Skip to content

Commit

Permalink
Merge pull request #101 from pyplati/deploy-cardiac-tweaks
Browse files Browse the repository at this point in the history
Small tweaks for building the cardiac docker image
  • Loading branch information
pchlap authored Sep 7, 2021
2 parents 05519f0 + a73ec65 commit 1af9f8d
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 1af9f8d

Please sign in to comment.