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

chore: update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -19,12 +19,6 @@ 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/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
27
- RUN python cli/downloader/sentence_transformer_model_download.py -m bookingcare/multilingual-e5-base-similarity-v1-onnx-quantized
28
 
29
  EXPOSE 7860
30
  CMD ["sh", "bin/hf-api-start.sh"]
 
19
  RUN echo 'export PATH="/home/user/.local/bin:$PATH"' >> $HOME/.bashrc
20
  RUN . $HOME/.bashrc
21
  RUN pipenv install
 
 
 
 
 
 
22
 
23
  EXPOSE 7860
24
  CMD ["sh", "bin/hf-api-start.sh"]