Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -27,6 +27,7 @@ COPY --chown=user requirements.txt /app/
|
|
| 27 |
|
| 28 |
RUN pip install --no-cache-dir --no-binary=camel-kenlm camel-kenlm
|
| 29 |
|
|
|
|
| 30 |
|
| 31 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 32 |
|
|
|
|
| 27 |
|
| 28 |
RUN pip install --no-cache-dir --no-binary=camel-kenlm camel-kenlm
|
| 29 |
|
| 30 |
+
RUN python download_models.py
|
| 31 |
|
| 32 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 33 |
|