diff --git a/docker/Dockerfile b/docker/Dockerfile index 50bfe20..994f112 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -150,7 +150,7 @@ RUN set -ex && \ COPY vllm/ /opt/vllm/ RUN set -ex && \ ${VENV}/bin/pip install -U \ - "setuptools>=77.0.3" setuptools_scm setuptools_rust wheel && \ + "setuptools>=77.0.3,<82" setuptools_scm setuptools_rust wheel && \ cd /opt/vllm && \ if [ -f csrc/mamba/mamba_ssm/selective_scan.h ]; then \ sed -i '109,121s/^/\/\/ /' csrc/mamba/mamba_ssm/selective_scan.h && \