update Dockerfile

This commit is contained in:
zhousha
2025-09-19 11:10:15 +08:00
parent 2caf8751d2
commit e7067f620f
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -1,5 +1,5 @@
# 注意:以下基础镜像需要从寒武纪厂商获取(联系寒武纪技术支持)
FROM <combricon_docker_image>/mic-llm-x/combricon-mlu370x4-base:v0.2.0-tgiv1.4.3-btv0.6.0-pt2.1-x86_64-ubuntu22.04-py310
FROM combricon-mlu370x4-base:v0.2.0-tgiv1.4.3-btv0.6.0-pt2.1-x86_64-ubuntu22.04-py310
ENV HF_ENDPOINT=https://hf-mirror.com
RUN pip install transformers==4.50.0 uvicorn\[standard\] fastapi
WORKDIR /app