Skip to content

Commit

Permalink
Update Dockerfile_MandSeg
Browse files Browse the repository at this point in the history
  • Loading branch information
celiale authored Jul 8, 2021
1 parent aa3a1c0 commit b41b9ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Docker/Dockerfile_MandSeg
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ RUN apt-get update && \
RUN mkdir /app
WORKDIR /app

RUN wget https://github.com/RomainUSA/CBCT_seg/archive/refs/tags/v2.3.zip
RUN unzip v2.3.zip
RUN mv CBCT_seg-2.3/src src
RUN rm -rf v2.3.zip \
rm -rf CBCT_seg-2.3
RUN wget https://github.com/RomainUSA/CBCT_seg/archive/refs/tags/v3.0.1.zip
RUN unzip v3.0.1.zip
RUN mv CBCT_seg-3.0.1/src src
RUN rm -rf v3.0.1.zip \
rm -rf CBCT_seg-3.0.1

RUN pip3 install -r /app/src/requirements.txt

RUN mkdir /app/model
WORKDIR /app/model
RUN wget https://github.com/RomainUSA/CBCT_seg/releases/download/v2.3/MandSeg_256_FullDA_1_40.hdf5
RUN wget https://github.com/RomainUSA/CBCT_seg/releases/download/v3.0.1/MandSeg_Final_35.hdf5

0 comments on commit b41b9ba

Please sign in to comment.