judy4444 commited on
Commit
821755d
·
verified ·
1 Parent(s): 46811d9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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