feature: add

This commit is contained in:
2025-08-26 14:23:17 +08:00
commit 461c66ccc0
3 changed files with 196 additions and 0 deletions

8
docker-images/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM harbor.4pd.io/mic-llm-x/combricon_vllm_mlu:v1.0_0510
WORKDIR /workspace
COPY launch_service /workspace
CMD ["bash", "launch_service"]