Skip to content

Commit

Permalink
UNet training Docker (#31)
Browse files Browse the repository at this point in the history
Add Dockerfile for U-Net training environment
  • Loading branch information
joeranbosma committed Dec 21, 2022
1 parent 3a9cfa3 commit 6865613
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/picai_baseline/unet/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM joeranbosma/picai_nnunet:latest

COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt
RUN pip install git+https://github.com/DIAGNijmegen/picai_baseline

ENTRYPOINT $0 $@

0 comments on commit 6865613

Please sign in to comment.