Skip to content

Commit 6b5575c

Browse files
committed
Init script for data
1 parent 8ddeadc commit 6b5575c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ MY_REPO=$(ls -d "/home/onyxia/work"/*/ | head -n 1 | xargs basename)
55

66
# Install all dependencies in the system folder
77
uv pip install -r $MY_REPO/pyproject.toml --system
8+
9+
# Download data
10+
sh $MY_REPO/download_data.sh

0 commit comments

Comments
 (0)