File size: 233 Bytes
fcc00ff
1cd89be
1dd04e2
1cd89be
1dd04e2
1
2
3
4
5
FROM python:3.13-alpine
WORKDIR /code
RUN apk add --no-cache git && git clone --depth 1 https://huggingface.co/fotopee/fotopee . && chmod -R 777 /code && rm -rf .git .gitattributes README.md
EXPOSE 7860
CMD ["python", "/code/run.py"]