无依赖安装sentence-transformers

安装

RUN pip install --no-cache-dir torch==2.1.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
RUN pip install transformers tqdm numpy scikit-learn scipy nltk sentencepiece huggingface-hub Pillow
RUN pip install --no-deps sentence_transformers

可以使用pipdeptree 查看依赖

posted @ 2023-11-22 10:52  春树&暮云  阅读(567)  评论(0)    收藏  举报