Skip to content

Commit 39dfd00

Browse files
committed
Remove old oneccl installation
1 parent 2c3585a commit 39dfd00

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

vllm/docker/Dockerfile

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ RUN apt-get update -y && \
4040

4141
WORKDIR /llm
4242
COPY ./patches/vllm_for_multi_arc.patch /tmp/
43-
# TODO: update oneccl...
44-
COPY ./patches/0001-oneccl-align-global-V0.1.1.patch /tmp/
4543

4644
# Set environment variables early
4745
ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/"
@@ -60,10 +58,10 @@ RUN git clone -b v0.10.0 https://github.com/vllm-project/vllm.git && \
6058
python3 setup.py install
6159

6260
# ======= Add oneCCL build =======
63-
RUN apt-get update && apt-get install -y \
64-
cmake \
65-
g++ \
66-
&& rm -rf /var/lib/apt/lists/*
61+
# RUN apt-get update && apt-get install -y \
62+
# cmake \
63+
# g++ \
64+
# && rm -rf /var/lib/apt/lists/*
6765

6866
# TODO: update
6967
# Build 1ccl
@@ -83,9 +81,9 @@ RUN apt-get update && apt-get install -y \
8381
# mv _install /opt/intel/oneapi/ccl/2021.15.3 && \
8482
# cd /opt/intel/oneapi/ccl/ && \
8583
# ln -snf 2021.15.3 latest
86-
RUN cd /tmp/ && \
87-
wget https://github.com/uxlfoundation/oneCCL/releases/download/2021.15.4/intel-oneccl-2021.15.4.11_offline.sh && \
88-
bash intel-oneccl-2021.15.4.11_offline.sh -a --silent --eula accept
84+
# RUN cd /tmp/ && \
85+
# wget https://github.com/uxlfoundation/oneCCL/releases/download/2021.15.4/intel-oneccl-2021.15.4.11_offline.sh && \
86+
# bash intel-oneccl-2021.15.4.11_offline.sh -a --silent --eula accept
8987

9088
# Install pypi dependencies
9189
RUN pip install bigdl-core==2.4.0b1

0 commit comments

Comments
 (0)