Skip to content

Commit

Permalink
Fix build error of bigdl-llm-cpu (intel-analytics#10228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonzzt authored Feb 23, 2024
1 parent 19886ca commit a3e47ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/llm/inference/cpu/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ RUN cp /root/miniconda3/condabin/conda /usr/bin && \
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cpu && \
pip install intel-extension-for-pytorch==2.2.0 && \
pip install oneccl_bind_pt==2.2.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/ && \
cd ./intel-extension-for-pytorch && \
pip install -r requirements.txt && \
pip install transformers==4.36.2 && \
pip install transformers_stream_generator && \
cd /llm && \
echo "conda deactivate" >> /root/.bashrc

ENTRYPOINT ["/bin/bash"]

0 comments on commit a3e47ee

Please sign in to comment.