File tree Expand file tree Collapse file tree 3 files changed +1
-40
lines changed
dockerfiles/RunCellpose_CellposeOmnipose Expand file tree Collapse file tree 3 files changed +1
-40
lines changed Original file line number Diff line number Diff 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
88RUN 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
Original file line number Diff line number Diff line change 1- NAME ?= runcellpose_omnipose_with_pretrained
1+ NAME ?= runcellpose_omnipose_no_pretrained
22TAG ?= 1.0.2
33REPO ?= cellprofiler
44IMG := $(REPO ) /$(NAME ) :$(TAG )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments