Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
getapi
/
oxipng
like
0
Runtime error
App
Files
Files
Community
b592e38
oxipng
/
Dockerfile
getapi
Update Dockerfile
ca30dd2
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
183 Bytes
FROM
python:
3.12
WORKDIR
/code
RUN
pip install fastapi httpx pillow pydantic uvicorn aiorentry lxml Markdown
COPY
. .
RUN
chmod
777 /code &&
chmod
777 /code/*
CMD
python /code/app.py