File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ RUN pip cache purge
6262RUN cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
6363
6464RUN pip install huggingface_hub modelscope
65- RUN huggingface-cli download deepseek-ai/DeepSeek-R1 --exclude *.safesensors --local-dir /app/model/DeepSeek-R1
66- RUN huggingface-cli download deepseek-ai/DeepSeek-V3-0324 --exclude *.safesensors --local-dir /app/model/DeepSeek-V3-0324
67- RUN huggingface-cli download deepseek-ai/DeepSeek-V2-Lite-Chat --exclude *.safesensors --local-dir /app/model/DeepSeek-V2-Lite-Chat
65+ RUN huggingface-cli download deepseek-ai/DeepSeek-R1 --exclude *.safetensors --local-dir /app/model/DeepSeek-R1
66+ RUN huggingface-cli download deepseek-ai/DeepSeek-V3-0324 --exclude *.safetensors --local-dir /app/model/DeepSeek-V3-0324
67+ RUN huggingface-cli download deepseek-ai/DeepSeek-V2-Lite-Chat --exclude *.safetensors --local-dir /app/model/DeepSeek-V2-Lite-Chat
6868
6969# 保持容器运行(调试用)
7070ENTRYPOINT ["tail" , "-f" , "/dev/null" ]
You can’t perform that action at this time.
0 commit comments