maslionok commited on
Commit
37fdf42
·
1 Parent(s): 9a49dcc

updated to newer pipelines version

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.6"
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.4.6.13"
22
  RUN pip install gradio
23
 
24
  EXPOSE 7860