magicudapps commited on
Commit
5627357
1 Parent(s): 6785f1c

chore: update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ 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 . /home/user/.bashrc && . .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
 
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 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