We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68b686 commit 2410498Copy full SHA for 2410498
dockerfiles/RunCellposeOmnipose/Dockerfile
@@ -3,4 +3,6 @@ FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
3
RUN pip install cellpose==1.0.2
4
RUN pip install omnipose
5
6
+# hotfix for the now-deprecated `peakdetect` package
7
+# latest omnipose on github fixes this by no longer using `peakdetect` library, but not on pypi
8
RUN sed -i 's/from\ scipy\ import\ fft/from\ scipy.fftpack import\ fft/g' /opt/conda/lib/python3.9/site-packages/peakdetect/peakdetect.py
0 commit comments