Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianHinge authored Apr 18, 2024
1 parent e2e95dd commit fcb91fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/totalsegmentator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install git+https://github.com/wasserth/TotalSegmentator.git
RUN python -c "from totalsegmentator.libs import download_pretrained_weights; [download_pretrained_weights(task_id) for task_id in [291, 292, 293, 294, 295, 297, 298, 258, 150, 260, 503, 315, 299, 300]]"

# #RH-Node
RUN pip install git+https://github.com/CAAI/[email protected].6
RUN pip install git+https://github.com/CAAI/[email protected].7

COPY totalsegmentator.py /app/totalsegmentator.py
WORKDIR /app
Expand Down

0 comments on commit fcb91fb

Please sign in to comment.