Files
enginex-ascend-910-diffusers/Dockerfile.ascend

6 lines
135 B
Docker
Raw Normal View History

2025-09-03 10:16:24 +08:00
FROM quay.io/ascend/vllm-ascend:v0.10.0rc1
WORKDIR /workspace
RUN pip install diffusers==0.34.0
COPY main.py dataset.json /workspace/