Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vortexa64
/
tiktok
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tiktok
/
Dockerfile
vortexa64
Update Dockerfile
f2c7bd3
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
FROM
python:
3.10
WORKDIR
/app
COPY
. /app
RUN
pip install -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"app.py"
]