Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
getapi
/
oxipng
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
oxipng
/
Dockerfile
getapi
Update Dockerfile
ca30dd2
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
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