We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f48c05 commit 3d90a68Copy full SHA for 3d90a68
comps/third_parties/ipex/src/Dockerfile
@@ -56,9 +56,6 @@ RUN . ~/miniforge3/bin/activate && conda create -y -n py310 python=3.10 && conda
56
cd ./llm && \
57
bash tools/env_setup.sh 9 && \
58
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 && \
62
pip install --no-cache-dir backoff fastapi uvicorn
63
ARG PORT_SSH=22
64
RUN mkdir /var/run/sshd && \
0 commit comments