We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f3819 commit 6336b99Copy full SHA for 6336b99
Dockerfile
@@ -61,5 +61,10 @@ RUN pip cache purge
61
# 拷贝 C++ 运行时库
62
RUN cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
63
64
+RUN 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
68
+
69
# 保持容器运行(调试用)
70
ENTRYPOINT ["tail", "-f", "/dev/null"]
0 commit comments