We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4161dc3 commit 935f180Copy full SHA for 935f180
cellpose/4.0.7/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM nvidia/cuda:11.8.0-runtime-ubuntu22.04
+FROM ubuntu:22.04
2
3
-LABEL base_image="nvidia/cuda:11.8.0-runtime-ubuntu22.04"
+LABEL base_image="ubuntu:22.04"
4
LABEL version="1"
5
LABEL software="cellpose"
6
LABEL software.version="4.0.7"
@@ -80,5 +80,4 @@ RUN pip install --no-cache-dir -U pip \
80
tqdm \
81
tifffile \
82
fastremap \
83
- torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --extra-index-url https://download.pytorch.org/whl/cu118 \
84
'cellpose[gui]'==$CELLPOSE_VERSION
0 commit comments