We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cde9 commit 9fb5ef4Copy full SHA for 9fb5ef4
installer/Dockerfile-vector-model
@@ -11,11 +11,11 @@
11
# 不知道为什么用上面的脚本重新拉一遍向量模型比之前的大很多,所以还是用下面的脚本复用原来已经构建好的向量模型
12
13
FROM python:3.11-slim-bookworm AS tmp-stage1
14
-COPY installer/install_model_token.py install_model_token.py
+COPY installer/install_model_bert_base_cased.py install_model_bert_base_cased.py
15
RUN pip3 install --upgrade pip setuptools && \
16
pip install pycrawlers && \
17
pip install transformers && \
18
- python3 install_model_token.py && \
+ python3 install_model_bert_base_cased.py && \
19
cp -r model/base/hub model/tokenizer
20
21
FROM ghcr.io/1panel-dev/maxkb-vector-model:v1.0.1 AS vector-model
installer/install_model_token.py …staller/install_model_bert_base_cased.pyinstaller/install_model_token.py renamed to installer/install_model_bert_base_cased.py
0 commit comments