Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor authored Nov 7, 2023
1 parent 0962cdb commit 6a85d3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ RUN pip install scikit-image matplotlib tifffile pynvml czifile==2019.7.2 nd2rea

COPY . /app

# Create the directories and set permissions
RUN mkdir -p /app/models/nucleiDAPILAMIN && \
mkdir -p /app/models/nucleiDAPI1-5 && \
chmod -R 777 /app/models/
USER root

RUN curl -f -o /app/models/nucleiDAPILAMIN/model.ckpt.data-00000-of-00001 https://mcmicro.s3.amazonaws.com/models/unmicst2/model.ckpt.data-00000-of-00001
RUN curl -f -o /app/models/nucleiDAPI1-5/model.ckpt.data-00000-of-00001 https://mcmicro.s3.amazonaws.com/models/unmicst1-5/model.ckpt.data-00000-of-00001

0 comments on commit 6a85d3b

Please sign in to comment.