modify Dockerfile

This commit is contained in:
Wang 2023-09-21 16:32:09 +08:00
parent edb225530b
commit ca0e86062e

View file

@ -13,6 +13,7 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update && \
ln -s /usr/bin/python3 /usr/bin/python && \
apt-get install -y python3-pip python3.9-dev python3-wheel python3.9-distutils && \
pip3 install --no-cache --upgrade requests argparse urllib3 && \
pip3 install --pre --upgrade bigdl-llm[all]
pip3 install --pre --upgrade bigdl-llm[all] && \
pip3 install --pre --upgrade bigdl-nano
ENTRYPOINT ["/bin/bash"]