Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN curl -L https://ollama.ai/install.sh | sh
|
|
33 |
RUN pip install gradio requests
|
34 |
|
35 |
# 下载模型文件
|
36 |
-
RUN curl -L https://huggingface.co/shenzhi-wang/Llama3.1-8B-Chinese-Chat/resolve/main/gguf/llama3.
|
37 |
|
38 |
# 将当前目录下的所有文件复制到容器内的/app目录
|
39 |
COPY . /app
|
|
|
33 |
RUN pip install gradio requests
|
34 |
|
35 |
# 下载模型文件
|
36 |
+
RUN curl -L https://huggingface.co/shenzhi-wang/Llama3.1-8B-Chinese-Chat/resolve/main/gguf/llama3.1_8b_chinese_chat_q4_0.gguf?download=true -o /app/llama3.1_8b_chinese_chat_q4_0.gguf
|
37 |
|
38 |
# 将当前目录下的所有文件复制到容器内的/app目录
|
39 |
COPY . /app
|