Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prolapse/r1
xxxOVALxxx
/
r1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
r1
/
Dockerfile
2ch
Update Dockerfile
0abaee2
verified
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
190 Bytes
FROM
python:
3.12
-alpine
RUN
pip install --no-cache-dir --upgrade cchardet==2.2.0a2 fastapi ftfy httpx[http2] uvicorn
WORKDIR
/code
RUN
chmod
777 /code
COPY
. .
CMD
[
"python"
,
"/code/app.py"
]