ocrqa-demo / Dockerfile
maslionok
fist commit
1ee396e
raw
history blame
162 Bytes
FROM python:3.9
WORKDIR /code
RUN pip install --no-cache-dir --upgrade gradio==4.44.0 impresso-pipelines[ocrqa]==0.4.6.6
COPY . /code
CMD ["python", "app.py"]