Added Dockerfile to build image that will run PySIMRecon - #293
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #293 +/- ##
==========================================
+ Coverage 83.06% 83.32% +0.25%
==========================================
Files 76 76
Lines 9584 9931 +347
Branches 1289 1385 +96
==========================================
+ Hits 7961 8275 +314
- Misses 1120 1143 +23
- Partials 503 513 +10 🚀 New features to boost your workflow:
|
eefac82 to
eeb75af
Compare
stephen-riggs
left a comment
There was a problem hiding this comment.
All looks fine. I'm not very familiar with what you're doing with mounting into /mnt but as long as the dockerfile works I'm sure it's fine
|
Thanks for reviewing!
This is an alternative I've found to using |
Adds a new Dockerfile to build a container that can run PySIMRecon as a cryoem-services service. The container, when run using
podman run ..., has been confirmed to work on existing SIM data.The next PR will involve configuring the PySIMRecon service to run PySIMRecon in a subprocess.