template-space-docker-v1 / start_test.sh
rhoitjadhav's picture
update dockerfile
2c80eb3
raw
history blame
No virus
169 Bytes
set -e
# Changing user
sudo -S su user
sudo systemctl start elasticsearch
# Load data
python3.9 /load_data.py &
# Start argilla
uvicorn argilla:app --host "0.0.0.0"