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

chore: update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -22,8 +22,8 @@ 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 BookingCare/multilingual-e5-base-v2
26
- RUN python cli/downloader/sentence_transformer_model_download.py BookingCare/multilingual-e5-base-similarity-v1-onnx-quantized
27
 
28
  EXPOSE 7860
29
  CMD ["sh", "bin/hf-api-start.sh"]
 
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
26
+ RUN python cli/downloader/sentence_transformer_model_download.py -m bookingcare/multilingual-e5-base-similarity-v1-onnx-quantized
27
 
28
  EXPOSE 7860
29
  CMD ["sh", "bin/hf-api-start.sh"]