commit 5e24c290c30ca1f1b1f3fc775091856e31c9a0a9 Author: Sun Ruoxi Date: Wed May 27 15:46:37 2026 +0800 first commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a85ee08 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,18 @@ +FROM registry.maas.sunrise-ai.com/public/vllm:S2-v1.1.1 +ENV LD_LIBRARY_PATH=/usr/local/pccl/lib:\ +/usr/local/tangrt/targets/linux-x86_64/lib:\ +/usr/local/tangrt/targets/linux-x86_64/lib/stub:\ +/root/pt200/gcc-11.3.0/install/lib64:\ +/root:/root/gcc-11.5.0/lib64:\ +/usr/local/pccl/lib:\ +/usr/local/tangrt/targets/linux-x86_64/lib:\ +/usr/local/tangrt/targets/linux-x86_64/lib/stub:\ +/usr/local/tangrt/lib/linux-x86_64:\ +/root/pt200/gcc-11.3.0/install/lib64:\ +/root:\ +/usr/lib64:\ +/usr/local/lib/python3.10/site-packages/torch/lib +ENV TORCH_DEVICE_BACKEND_AUTOLOAD=0 +ENV PATH=/root/gcc-11.5.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PYTHONPATH=/sunrise_code/vllm:/sunrise_code/sunrise_vllm:/usr/local/lib/python3.10/site-packages: +RUN ln -sf /usr/local/bin/python3.10 /usr/bin/python3