FROM python:3.10 RUN apt-get update && apt-get install -y 7zip RUN pip install duckdb huggingface_hub WORKDIR /app COPY . . CMD ["python", "app.py"]