Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilhee
/
dk-image-worldcup
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dk-image-worldcup
/
run-service.sh
ilhee
재시작 script 추가.
ed8900a
17 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
74 Bytes
#!/bin/bash
nohup
.venv/bin/uvicorn main:app --host 0.0.0.0 --port 8000 &