Files
enginex-ascend-910-fe/Dockerfile

7 lines
217 B
Docker
Raw Permalink Normal View History

2025-09-03 10:43:22 +08:00
# FROM quay.io/ascend/vllm-ascend:v0.10.0rc1
FROM git.modelhub.org.cn:9443/enginex-ascend/vllm-ascend:v0.10.0rc1
WORKDIR /workspace
RUN pip install sentence-transformers
2025-09-08 18:13:58 +08:00
COPY main.py test.sh dataset.json /workspace/