Skip to content

Commit 8bce3a2

Browse files
committed
hotfix v4 docker name, Dockerfiles used to build
1 parent 2abc5c7 commit 8bce3a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

active_plugins/runcellpose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"cellprofiler/runcellpose_with_pretrained:2.3.2",
8787
"cellprofiler/runcellpose_with_pretrained:2.2"],
8888
'v3': ["cellprofiler/runcellpose_with_pretrained:3.1.1.2"],
89-
'v4': ["cellprofiler/runcellpose_with_pretrained:4.0.5"]}
89+
'v4': ["cellprofiler/runcellpose_with_pretrained:4.0.6"]}
9090

9191
"Detection mode"
9292
MODEL_NAMES = {'omnipose':['cyto','nuclei','cyto2','custom'],

dockerfiles/RunCellpose_Cellposev3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
1+
FROM pytorch/pytorch:2.7.1-cuda11.8-cudnn9-devel
22

33
RUN pip install numpy==1.26.4 cellpose==3.1.1.2
44

dockerfiles/RunCellpose_Cellposev4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime
1+
FROM pytorch/pytorch:2.7.1-cuda11.8-cudnn9-devel
22

33
RUN pip install numpy==1.26.4 cellpose==4.0.6
44

0 commit comments

Comments
 (0)