Skip to content

Commit c836ad0

Browse files
Use vanilla uv
1 parent 644e04b commit c836ad0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Get the name of the repo
44
MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
55

6-
# Install all dependencies in the system folder
7-
uv pip install -r $MY_REPO/pyproject.toml --system
6+
# Create a virtual environment and install project dependencies
7+
uv sync -r $MY_REPO/pyproject.toml
88

99
# Download data
10-
sh $MY_REPO/download_data.sh
10+
sh $MY_REPO/download_data.sh

0 commit comments

Comments
 (0)