CDOM201 commited on
Commit
60aea91
1 Parent(s): a7d2bd1

Force reinstall

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,5 +9,6 @@ RUN apt-get update && apt-get install -y \
9
  RUN pip install -e .
10
  RUN python -m unidic download
11
  RUN python melo/init_downloads.py
 
12
 
13
  CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "7860"]
 
9
  RUN pip install -e .
10
  RUN python -m unidic download
11
  RUN python melo/init_downloads.py
12
+ RUN pip install --upgrade --force-reinstall unidic==1.1.0
13
 
14
  CMD ["python", "./melo/app.py", "--host", "0.0.0.0", "--port", "7860"]