Spaces:
Running
Running
magicudapps
commited on
Commit
•
5627357
1
Parent(s):
6785f1c
chore: update Dockerfile
Browse files- 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 .
|
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
|