File size: 162 Bytes
1ee396e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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"]