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 8001809 commit 08f075eCopy full SHA for 08f075e
docker/Dockerfile
@@ -14,6 +14,11 @@ WORKDIR /home/jovyan/work
14
COPY .. .
15
16
# ---------- extra Python deps -----------------------------------------------------
17
+# CPU wheels only
18
+RUN pip install --no-cache-dir \
19
+ torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 \
20
+ --index-url https://download.pytorch.org/whl/cpu
21
+
22
COPY docker/requirements.txt /tmp/
23
RUN pip install --no-cache-dir -r /tmp/requirements.txt
24
docker/requirements.txt
@@ -1,8 +1,4 @@
1
---index-url https://download.pytorch.org/whl/cpu
2
-torch==2.7.0
3
-torchvision==0.22.0
4
-torchaudio==2.7.0
5
-deeptrack==2.0.0
+deeptrack==2.0.1
6
deeplay==0.1.3
7
pytorch-lightning==2.5.1
8
numpy==2.2.5
0 commit comments