Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dkdaniz
/
katara
like
0
Paused
App
Files
Files
Community
1
0d6b303
katara
/
run.sh
Daniel Marques
feat: add tranning in start container
415fe69
about 1 year ago
raw
Copy download link
history
blame
Safe
98 Bytes
#!/bin/sh
nohup
redis-server &
python3 ingest.py
uvicorn
"main:app"
--port 7860 --host 0.0.0.0