Skip to content

Commit f21a665

Browse files
committed
temporary revert to CUDA 12.6
Signed-off-by: bigcat88 <[email protected]>
1 parent 1a20bbd commit f21a665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
5959
elif [ "$BUILD_TYPE" = "cpu" ]; then \
6060
venv/bin/python -m pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu; \
6161
else \
62-
venv/bin/python -m pip install torch==2.7.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu128; \
62+
venv/bin/python -m pip install torch==2.7.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126; \
6363
fi
6464

6565
COPY ex_app/lib/exclude_nodes.py ex_app/lib/exclude_flows.py /ex_app/lib/

0 commit comments

Comments
 (0)