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