Spaces:
Runtime error
Runtime error
set -e | |
# Starting elasticsearch & argilla | |
service elasticsearch start | |
echo "Waiting for elasticsearch to start" | |
sleep 15 | |
uvicorn argilla:app --host "0.0.0.0" | |