maslionok commited on
Commit
956fdc9
·
1 Parent(s): b88cf51

updated to the latestpipeline

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY . .
18
 
19
  # Upgrade pip and install packages
20
  RUN pip install --upgrade pip
21
- RUN pip install "impresso_pipelines[ocrqa]==0.4.6.13"
22
  RUN pip install gradio
23
 
24
  EXPOSE 7860
 
18
 
19
  # Upgrade pip and install packages
20
  RUN pip install --upgrade pip
21
+ RUN pip install "impresso_pipelines[ocrqa]==0.5.0.3"
22
  RUN pip install gradio
23
 
24
  EXPOSE 7860