6e8b6c6 ebd4e4b 6e8b6c6 422feae
1
2
3
4
5
6
7
8
FROM python:3.10 RUN pip install fastapi uvicorn[standard] huggingface_hub COPY --link . . CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]