jljiu commited on
Commit
8d461d2
·
verified ·
1 Parent(s): 344126d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.1_8b_chinese_chat_q8_0.gguf?download=true -o /app/llama3.1_8b_chinese_chat_q8_0.gguf
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