Skip to content

Commit

Permalink
use default python (#10070)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhengjin-Wang authored Feb 5, 2024
1 parent a71c11f commit fbdeba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/llm/inference/cpu/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN cd /llm && \
pip install -r requirements.txt && \
pip install transformers==4.36.2 && \
pip install transformers_stream_generator && \
rm -rf llvm-project llvm-release intel-extension-for-pytorch compile_bundle.sh
rm -rf llvm-project llvm-release intel-extension-for-pytorch compile_bundle.sh && \
echo "conda deactivate" >> /root/.bashrc

ENTRYPOINT ["/bin/bash"]

0 comments on commit fbdeba9

Please sign in to comment.