Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SpacesLab
/
THost
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fdcd9d0
THost
/
Dockerfile
Staticaliza
Update Dockerfile
64b5885
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
FROM
python:
3.10
-slim
WORKDIR
/app
COPY
. /app
EXPOSE
5678
CMD
[
"python3"
,
"-u"
,
"app.py"
]