Skip to content

Commit

Permalink
--extra-index-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 8, 2025
1 parent 1617b82 commit 7c80d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/ubuntu-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN \
python assistant.py replace_str_requirements "onnxruntime" "onnxruntime_gpu" --req_files requirements/audio.txt && \
# install develop environment
pip install --no-cache-dir -r requirements/_devel.txt \
--find-links="https://download.pytorch.org/whl/cu${CU_VERSION_MM}/torch_stable.html" \
--extra-index-url="https://download.pytorch.org/whl/cu${CU_VERSION_MM}/" \
--extra-index-url="https://download.pytorch.org/whl/test/cu${CU_VERSION_MM}" && \
rm -rf requirements/

Expand Down

0 comments on commit 7c80d11

Please sign in to comment.