remove unused Deepseek and AutoGPTQ pip

Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
Wang, Yi A 2025-06-16 22:31:51 -07:00
parent 9431a1ec4c
commit 388f27aaa8

View File

@ -95,8 +95,6 @@ RUN cd server && \
make gen-server && \ make gen-server && \
pip install --no-deps -r requirements.txt && \ pip install --no-deps -r requirements.txt && \
bash ./dill-0.3.8-patch.sh && \ bash ./dill-0.3.8-patch.sh && \
pip install "git+https://github.com/HabanaAI/DeepSpeed.git@${HABANA_VERSION}" && \
BUILD_CUDA_EXT=0 pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@097dd04e --no-build-isolation && \
pip install . --no-cache-dir pip install . --no-cache-dir
RUN pip install git+https://github.com/sywangyi/vllm-hpu-extension.git@bmax_fix RUN pip install git+https://github.com/sywangyi/vllm-hpu-extension.git@bmax_fix
RUN pip install compressed-tensors==0.9.1 RUN pip install compressed-tensors==0.9.1