无依赖安装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 查看依赖