feature: add

This commit is contained in:
2025-08-27 16:49:09 +08:00
parent 461c66ccc0
commit 62f765bf4b
5 changed files with 63 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
FROM harbor.4pd.io/sagegpt-aio/pk_platform/vllm-installed:v0.10.0
WORKDIR /workspace
COPY a100_launch_service /workspace
COPY template.jinja /workspace
ENTRYPOINT ["bash","/workspace/a100_launch_service"]