edd3bfa
1
2
3
4
5
6
FROM python:3.10-slim RUN pip install transformers faiss-cpu torch COPY app.py . CMD ["python", "app.py"]