2b0bbf3 e3b38fb 4740180 1286cba 4740180
1
2
3
4
5
6
7
8
FROM python:3.10.16 WORKDIR /app COPY . /app RUN pip install --upgrade pip && \ pip install --no-cache-dir -r requirements.txt && \ pip install git+https://github.com/allenai/olmocr.git EXPOSE 7860 CMD ["python", "app.py"]