Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bla
/
hotspot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5ac4c8b
hotspot
/
Dockerfile
mbonea-ewallet godwin
returning it back to 4
5ac4c8b
almost 2 years ago
raw
Copy download link
history
blame
163 Bytes
FROM
python:
3.8
.
13
WORKDIR
/usr/src/nginx
COPY
. .
RUN
python3 -m pip install -r requirements.txt
CMD
uvicorn App.app:app --host 0.0.0.0 --workers 4
EXPOSE
8000