Skip to content

Commit 3d90a68

Browse files
WenjiaoYuechensuyue
authored andcommitted
fix: ipex build failure (#1900)
Signed-off-by: WenjiaoYue <[email protected]> (cherry picked from commit 22adf92)
1 parent 5f48c05 commit 3d90a68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)