Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
clone3
/
try-vton
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
clone3
commited on
8 days ago
Commit
de4ef64
·
verified
·
1 Parent(s):
f0088f5
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/sh
2
+
# Start Tor as tor user in background
3
+
su -s /bin/sh -c 'tor &' tor
4
+
# Start Flask app with virtual environment's Python
5
+
/app/venv/bin/python /app/app.py