myyim commited on
Commit
fd6c388
·
verified ·
1 Parent(s): ebb2bfd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ COPY src/ ./src/
17
  RUN pip3 install --upgrade pip
18
  RUN pip3 install -r requirements.txt
19
  RUN python -m spacy download en_core_web_sm
 
20
 
21
  EXPOSE 8501
22
 
 
17
  RUN pip3 install --upgrade pip
18
  RUN pip3 install -r requirements.txt
19
  RUN python -m spacy download en_core_web_sm
20
+ RUN python -m unidic download
21
 
22
  EXPOSE 8501
23