Skip to content

Commit 08f075e

Browse files
committed
cpu only
1 parent 8001809 commit 08f075e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ WORKDIR /home/jovyan/work
1414
COPY .. .
1515

1616
# ---------- 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+
1722
COPY docker/requirements.txt /tmp/
1823
RUN pip install --no-cache-dir -r /tmp/requirements.txt
1924

docker/requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
deeptrack==2.0.1
62
deeplay==0.1.3
73
pytorch-lightning==2.5.1
84
numpy==2.2.5

0 commit comments

Comments
 (0)