Skip to content
Snippets Groups Projects
Commit 71b5d99d authored by Ben Wagner's avatar Ben Wagner
Browse files

Update README.md

parent 4a8a12ab
Branches
No related merge requests found
......@@ -29,8 +29,7 @@ RUN python ${FLYWHEEL}/preload.py
COPY run.py ${FLYWHEEL}/run.py
#ENTRYPOINT python ${FLYWHEEL}/run.py
#LABEL edu.swmed.biohpc.ansir.version.base="python:3.9"
#LABEL edu.swmed.biohpc.ansir.version.python="3.9.x"
# LABEL edu.swmed.flywheel_hackathon_2023.version.base="python:3.9-slim"
# LABEL edu.swmed.biohpc.ansir.version.python="3.9.x"
# LABEL edu.swmed.biohpc.ansir.version.nibabel="2.4.1"
# LABEL edu.swmed.biohpc.ansir.version.dcm2bids="bwagnerwork/Dcm2Bids:20191209_67391c8"
# flywheel_hackathon_2023
## Getting started
<code># cd git repository
# replace tag with latest BUILD ID. Make sure it matches manifest.json.
docker build -t hackathon/hackathon-2023-lungmask:0.0.013 .
</code>
<code># cd git repository
docker build -t fw_hack .
## Simple test
<code>
fw gear local --file examples/IMG_0002.nii.gz --model_type R231
</code>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment