Spaces:
Running
Running
maslionok
commited on
Commit
·
37fdf42
1
Parent(s):
9a49dcc
updated to newer pipelines version
Browse files- 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.
|
| 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
|