picpilot-server / run.sh
VikramSingh178's picture
Task: Update run.sh script to fix installation command for requirements.txt and add -y flag to apt install command
aebb743
raw
history blame
112 Bytes
apt-get update && apt-get install python3-dev
uv pip install -r requirements.txt
apt install libgl1-mesa-glx -y