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