magicudapps commited on
Commit
43f017a
1 Parent(s): e0a1743

chore: update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,8 +19,8 @@ RUN pip install --user pipenv
19
  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 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
 
19
  RUN echo 'export PATH="/home/user/.local/bin:$PATH"' >> $HOME/.bashrc
20
  RUN . $HOME/.bashrc
21
  RUN pipenv install
22
+ RUN . $HOME/app/.venv/bin/activate
23
+ RUN which python && python --version
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