Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pg-13
/
GettingLost-Flask
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b99e6b9
GettingLost-Flask
/
Dockerfile
pg-13
Update Dockerfile
6022947
verified
10 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
FROM
python:
3.8
WORKDIR
/workspace
ADD
. /workspace
RUN
pip install -r requirements.txt
CMD
[
"python"
,
"/workspace/app.py"
,
" β host"
,
"127.0.0.1"
,
" β port"
,
"5000"
]