Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
getapi
/
oxipng
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8a3a9f5
oxipng
/
Dockerfile
getapi
Update Dockerfile
8a3a9f5
verified
10 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
FROM
python:
3.12
WORKDIR
/code
RUN
pip install fastapi httpx pydantic uvicorn
COPY
. .
RUN
chmod
777 /code
USER
root
CMD
python /code/app.py