Skip to content

Commit 97275b5

Browse files
author
Mark Saroufim
authored
Remove unnecessary index-url for PyTorch installation
1 parent d97520d commit 97275b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker/helion.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ RUN uv pip install --system \
2929

3030
# PyTorch (CUDA 13.0 wheels)
3131
RUN uv pip install --system \
32-
torch==2.10.0 \
33-
--index-url https://download.pytorch.org/whl/cu130
32+
torch==2.10.0
3433

3534
# Helion
3635
RUN uv pip install --system helion

0 commit comments

Comments
 (0)