diff --git a/Dockerfile_gaudi b/Dockerfile_gaudi index 02885405..c7b09f37 100644 --- a/Dockerfile_gaudi +++ b/Dockerfile_gaudi @@ -95,8 +95,6 @@ RUN cd server && \ make gen-server && \ pip install --no-deps -r requirements.txt && \ 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 RUN pip install git+https://github.com/sywangyi/vllm-hpu-extension.git@bmax_fix RUN pip install compressed-tensors==0.9.1