add ascend support

This commit is contained in:
root
2025-09-03 10:16:24 +08:00
parent 33c57acb1b
commit 31c16831b1
4 changed files with 26 additions and 12 deletions

5
Dockerfile.ascend Normal file
View File

@@ -0,0 +1,5 @@
FROM quay.io/ascend/vllm-ascend:v0.10.0rc1
WORKDIR /workspace
RUN pip install diffusers==0.34.0
COPY main.py dataset.json /workspace/