We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126cf88 commit a68b686Copy full SHA for a68b686
dockerfiles/RunCellposeOmnipose/Dockerfile
@@ -4,6 +4,3 @@ RUN pip install cellpose==1.0.2
4
RUN pip install omnipose
5
6
RUN sed -i 's/from\ scipy\ import\ fft/from\ scipy.fftpack import\ fft/g' /opt/conda/lib/python3.9/site-packages/peakdetect/peakdetect.py
7
-
8
-# COPY download_cellpose_models.py /
9
-# RUN python /download_cellpose_models.py
0 commit comments