Skip to content

Commit

Permalink
Final edit to the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FJDorfner committed Nov 27, 2024
1 parent 5c068b0 commit f3e51dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions models/mrsegmentator/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
FROM mhubai/base:latest

# Update Python, nnUNet needs Python >= 3.9
#RUN apt-get update && apt-get install -y \
# python3.11 \
# python3-pip

# clone mhub implementation
ARG MHUB_MODELS_REPO
RUN buildutils/import_mhub_model.sh mrsegmentator ${MHUB_MODELS_REPO}
Expand Down

0 comments on commit f3e51dc

Please sign in to comment.