Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dkdaniz
/
katara
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Daniel Marques
commited on
Oct 28, 2023
Commit
415fe69
·
1 Parent(s):
31c7d36
feat: add tranning in start container
Browse files
Files changed (1)
hide
show
run.sh
+1
-1
run.sh
CHANGED
Viewed
@@ -2,6 +2,6 @@
2
3
nohup redis-server &
4
5
-
python
ingest.py
6
7
uvicorn "main:app" --port 7860 --host 0.0.0.0
2
3
nohup redis-server &
4
5
+
python3
ingest.py
6
7
uvicorn "main:app" --port 7860 --host 0.0.0.0