Skip to content

Commit 55fa00b

Browse files
committed
get rid of not working file download
1 parent bf16f18 commit 55fa00b

File tree

3 files changed

+1
-40
lines changed

3 files changed

+1
-40
lines changed

dockerfiles/RunCellpose_CellposeOmnipose/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ RUN pip install omnipose
66
# hotfix for the now-deprecated `peakdetect` package
77
# latest omnipose on github fixes this by no longer using `peakdetect` library, but not on pypi
88
RUN sed -i 's/from\ scipy\ import\ fft/from\ scipy.fftpack import\ fft/g' /opt/conda/lib/python3.9/site-packages/peakdetect/peakdetect.py
9-
10-
# Include if you wish the image to contain Cellpose pretrained models
11-
COPY download_cellpose_models.py /
12-
RUN python /download_cellpose_models.py

dockerfiles/RunCellpose_CellposeOmnipose/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME ?= runcellpose_omnipose_with_pretrained
1+
NAME ?= runcellpose_omnipose_no_pretrained
22
TAG ?= 1.0.2
33
REPO ?= cellprofiler
44
IMG := $(REPO)/$(NAME):$(TAG)

dockerfiles/RunCellpose_CellposeOmnipose/download_cellpose_models.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)