File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ RUN apt-get update -y && \
40
40
41
41
WORKDIR /llm
42
42
COPY ./patches/vllm_for_multi_arc.patch /tmp/
43
- # TODO: update oneccl...
44
- COPY ./patches/0001-oneccl-align-global-V0.1.1.patch /tmp/
45
43
46
44
# Set environment variables early
47
45
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 && \
60
58
python3 setup.py install
61
59
62
60
# ======= 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/*
67
65
68
66
# TODO: update
69
67
# Build 1ccl
@@ -83,9 +81,9 @@ RUN apt-get update && apt-get install -y \
83
81
# mv _install /opt/intel/oneapi/ccl/2021.15.3 && \
84
82
# cd /opt/intel/oneapi/ccl/ && \
85
83
# 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
89
87
90
88
# Install pypi dependencies
91
89
RUN pip install bigdl-core==2.4.0b1
You can’t perform that action at this time.
0 commit comments