magicudapps commited on
Commit
e0a1743
1 Parent(s): 5627357

chore: update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -20,6 +20,7 @@ RUN echo 'export PATH="/home/user/.local/bin:$PATH"' >> $HOME/.bashrc
20
  RUN . $HOME/.bashrc
21
  RUN pipenv install
22
  RUN . .venv/bin/activate
 
23
  RUN python cli/downloader/vncorenlp_download.py
24
  RUN python cli/downloader/stanza_download.py
25
  RUN python cli/downloader/sentence_transformer_model_download.py -m bookingcare/multilingual-e5-base-v2
 
20
  RUN . $HOME/.bashrc
21
  RUN pipenv install
22
  RUN . .venv/bin/activate
23
+ RUN which python && which python
24
  RUN python cli/downloader/vncorenlp_download.py
25
  RUN python cli/downloader/stanza_download.py
26
  RUN python cli/downloader/sentence_transformer_model_download.py -m bookingcare/multilingual-e5-base-v2