Skip to content

Commit 22adf92

Browse files
authored
fix: ipex build failure (#1900)
Signed-off-by: WenjiaoYue <wenjiao.yue@intel.com>
1 parent 15d4039 commit 22adf92

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

comps/third_parties/ipex/src/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ RUN . ~/miniforge3/bin/activate && conda create -y -n py310 python=3.10 && conda
5656
cd ./llm && \
5757
bash tools/env_setup.sh 9 && \
5858
python -m pip cache purge && \
59-
mv ./oneCCL_release /opt/oneCCL && \
60-
chown -R root:root /opt/oneCCL && \
61-
sed -i "s|ONECCL_PATH=.*|ONECCL_PATH=/opt/oneCCL|" ./tools/env_activate.sh && \
6259
pip install --no-cache-dir backoff fastapi uvicorn
6360
ARG PORT_SSH=22
6461
RUN mkdir /var/run/sshd && \

0 commit comments

Comments
 (0)