template-space-docker-dup / start_test.sh
rhoitjadhav's picture
update dockerfile
e879296
raw
history blame
213 Bytes
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"