Spaces:
Runtime error
Runtime error
File size: 213 Bytes
e879296 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
set -e
# Changing user
echo "ubuntu" | sudo -S su user
# Generate hashed passwords
sudo systemctl start elasticsearch
# Load data
python3.9 /load_data.py &
# Start argilla
uvicorn argilla:app --host "0.0.0.0"
|