forked from EngineX-Ascend/enginex-ascend-910-diffusers
add ascend support
This commit is contained in:
5
Dockerfile.ascend
Normal file
5
Dockerfile.ascend
Normal 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/
|
||||
Reference in New Issue
Block a user