Update Dockerfile
Browse files- Dockerfile +5 -5
Dockerfile
CHANGED
|
@@ -18,11 +18,11 @@ RUN pip install -r requirements_webui.txt
|
|
| 18 |
# Uncomment the following line if you want to use additional vector libraries like milvus/pg_vector
|
| 19 |
# RUN pip install -r requirements_extra.txt
|
| 20 |
|
| 21 |
-
# Clone required models using Git LFS
|
| 22 |
-
RUN apt-get update && apt-get install -y git-lfs
|
| 23 |
-
RUN git lfs install
|
| 24 |
-
RUN git clone https://huggingface.co/THUDM/chatglm2-6b
|
| 25 |
-
RUN git clone https://huggingface.co/moka-ai/m3e-base
|
| 26 |
|
| 27 |
# Initialize knowledge base and config file
|
| 28 |
RUN python copy_config_example.py
|
|
|
|
| 18 |
# Uncomment the following line if you want to use additional vector libraries like milvus/pg_vector
|
| 19 |
# RUN pip install -r requirements_extra.txt
|
| 20 |
|
| 21 |
+
# # Clone required models using Git LFS
|
| 22 |
+
# RUN apt-get update && apt-get install -y git-lfs
|
| 23 |
+
# RUN git lfs install
|
| 24 |
+
# RUN git clone https://huggingface.co/THUDM/chatglm2-6b
|
| 25 |
+
# RUN git clone https://huggingface.co/moka-ai/m3e-base
|
| 26 |
|
| 27 |
# Initialize knowledge base and config file
|
| 28 |
RUN python copy_config_example.py
|