katara / run.sh
Daniel Marques
feat: add tranning in start container
302fc29
raw
history blame
No virus
97 Bytes
#!/bin/sh
nohup redis-server &
python ingest.py
uvicorn "main:app" --port 7860 --host 0.0.0.0