Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed May 9, 2024
1 parent f6372bb commit 1f31cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# Install torch
pip3 -m venv --system-site-packages /venv
python3 -m venv --system-site-packages /venv
source /venv/bin/activate
pip3 install torch==${TORCH_VERSION} --index-url ${INDEX_URL}

Expand Down

0 comments on commit 1f31cde

Please sign in to comment.