Files
enginex-ascend-910-diffusers/Dockerfile

6 lines
160 B
Docker
Raw Normal View History

2025-09-04 10:26:21 +08:00
FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1
2025-09-04 09:53:23 +08:00
WORKDIR /workspace
RUN pip install diffusers==0.34.0
COPY main.py dataset.json /workspace/