File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FROM intel/deep-learning-essentials:2025.1.3 -0-devel-ubuntu24.04 AS vllm-base
1+ FROM intel/deep-learning-essentials:2025.2.2 -0-devel-ubuntu24.04 AS vllm-base
22
33RUN wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null && \
44 echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | tee /etc/apt/sources.list.d/oneAPI.list && \
@@ -25,7 +25,7 @@ RUN apt clean && apt-get update -y && \
2525RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1
2626RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.12 1
2727
28- RUN apt install -y libze1 libze-dev libze-intel-gpu1 intel-opencl-icd libze-intel-gpu-raytracing
28+ RUN apt install -y libze1 libze-dev libze-intel-gpu1 intel-opencl-icd libze-intel-gpu-raytracing intel-ocloc
2929
3030RUN wget https://github.com/uxlfoundation/oneCCL/releases/download/2021.15.6/intel-oneccl-2021.15.6.2_offline.sh
3131RUN bash intel-oneccl-2021.15.6.2_offline.sh -a --silent --eula accept && echo "source /opt/intel/oneapi/setvars.sh --force" >> /root/.bashrc
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ datasets # for benchmark scripts
1212numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
1313nixl==0.3.0 # for PD disaggregation
1414
15- torch==2.8.0+xpu
15+ --extra-index-url=https://download.pytorch.org/whl/xpu
16+ torch==2.9.0+xpu
1617torchaudio
1718torchvision
18- --extra-index-url=https://download.pytorch.org/whl/xpu
1919
20- intel-extension-for-pytorch @ https://intel-extension-for-pytorch.s3.us-east-1.amazonaws.com/ipex_dev/xpu/ intel_extension_for_pytorch-2.8 .10.post1%2Bxpu -cp312-cp312-linux_x86_64.whl
20+ intel-extension-for-pytorch @ https://ubit-artifactory-ba.intel.com/artifactory/aipc_releases-ba-local/gpu/new/validation/IPEX/weekly/PVC/2025/ww44_Stock_test/py312/ intel_extension_for_pytorch-2.9 .10+xpu -cp312-cp312-linux_x86_64.whl
You can’t perform that action at this time.
0 commit comments