Skip to content

Commit 6336b99

Browse files
authored
Update Dockerfile
1 parent c3f3819 commit 6336b99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,10 @@ RUN pip cache purge
6161
# 拷贝 C++ 运行时库
6262
RUN cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
6363

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+
6469
# 保持容器运行(调试用)
6570
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 commit comments

Comments
 (0)