File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,4 +69,4 @@ ENV LD_PRELOAD "/opt/conda/lib/libiomp5.so /usr/lib/x86_64-linux-gnu/libtcmalloc
6969ENV LD_LIBRARY_PATH "/opt/conda/lib/python3.8/site-packages/lib/"
7070
7171ADD fastchat/ /fastchat
72- RUN conda run --no-capture-output /opt/conda/bin/python -m pip install /fastchat/
72+ RUN conda run --no-capture-output /opt/conda/bin/python -m pip install -e /fastchat/".[model_worker,webui]"
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ ADD fastchat/ /fastchat
4343FROM base as v2.0.100-cpu
4444
4545RUN /opt/conda/bin/python -m pip install torch==2.0.1+cpu torchvision==0.15.2+cpu -f http://css-devops.sh.intel.com/download/mirror/torch/ --trusted-host css-devops.sh.intel.com
46- RUN /opt/conda/bin/python -m pip install intel_extension_for_pytorch==2.0.100 prometheus_client
47- RUN /opt/conda/bin/python -m pip install /fastchat/
46+ RUN /opt/conda/bin/python -m pip install intel_extension_for_pytorch==2.0.100 prometheus_client protobuf
47+ RUN /opt/conda/bin/python -m pip install -e /fastchat/".[model_worker,webui]"
4848
4949# =======
5050
@@ -65,4 +65,4 @@ ENV LD_LIBRARY_PATH=/opt/intel/oneapi/mkl/2023.2.0/lib/intel64/:\
6565RUN /opt/conda/bin/python -m pip install torch==2.0.1a0 torchvision==0.15.2a0 \
6666 intel_extension_for_pytorch==2.0.110+xpu \
6767 -f https://developer.intel.com/ipex-whl-stable-xpu
68- RUN /opt/conda/bin/python -m pip install /fastchat/
68+ RUN /opt/conda/bin/python -m pip install -e /fastchat/".[model_worker,webui]"
You can’t perform that action at this time.
0 commit comments