We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644e04b commit c836ad0Copy full SHA for c836ad0
1 file changed
init.sh
@@ -3,8 +3,8 @@
3
# Get the name of the repo
4
MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
5
6
-# Install all dependencies in the system folder
7
-uv pip install -r $MY_REPO/pyproject.toml --system
+# Create a virtual environment and install project dependencies
+uv sync -r $MY_REPO/pyproject.toml
8
9
# Download data
10
-sh $MY_REPO/download_data.sh
+sh $MY_REPO/download_data.sh
0 commit comments