Skip to content

Commit dd8a700

Browse files
committed
Add init script
1 parent 2d4dece commit dd8a700

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

init.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
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

0 commit comments

Comments
 (0)