Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ FROM base as dev
ENV UV_HTTP_TIMEOUT=500
ENV UV_INDEX_STRATEGY="unsafe-best-match"

# Workaround for #17068
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system --no-build-isolation "git+https://github.com/state-spaces/[email protected]"

COPY requirements/lint.txt requirements/lint.txt
COPY requirements/test.txt requirements/test.txt
COPY requirements/dev.txt requirements/dev.txt
Expand Down Expand Up @@ -302,12 +298,8 @@ ADD . /vllm-workspace/
ENV UV_HTTP_TIMEOUT=500
ENV UV_INDEX_STRATEGY="unsafe-best-match"

# Workaround for #17068
RUN --mount=type=cache,target=/root/.cache/uv \
uv pip install --system --no-build-isolation "git+https://github.com/state-spaces/[email protected]"

# install development dependencies (for testing)
RUN --mount=type=cache,target=/root/.cache/uv \
RUN --mount=type=cache,target=/root/.cache/uv \
CUDA_MAJOR="${CUDA_VERSION%%.*}"; \
if [ "$CUDA_MAJOR" -ge 12 ]; then \
uv pip install --system -r requirements/dev.txt; \
Expand Down
3 changes: 1 addition & 2 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ torch==2.7.0
torchaudio==2.7.0
torchvision==0.22.0
transformers_stream_generator # required for qwen-vl test
mamba_ssm # required for plamo2 test
matplotlib # required for qwen-vl test
mistral_common[opencv] >= 1.6.2 # required for pixtral test
num2words # required for smolvlm test
Expand All @@ -51,4 +50,4 @@ numpy
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
fastsafetensors>=0.1.10
pydantic>=2.10 # 2.9 leads to error on python 3.10
pydantic>=2.10 # 2.9 leads to error on python 3.10
9 changes: 0 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ einops==0.8.0
# via
# -r requirements/test.in
# encodec
# mamba-ssm
# vector-quantize-pytorch
# vocos
einx==0.3.0
Expand Down Expand Up @@ -288,8 +287,6 @@ lxml==5.3.0
# via
# blobfile
# sacrebleu
mamba-ssm==2.2.4
# via -r requirements/test.in
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
Expand Down Expand Up @@ -329,8 +326,6 @@ mypy-extensions==1.0.0
# via black
networkx==3.2.1
# via torch
ninja==1.11.1.3
# via mamba-ssm
nltk==3.9.1
# via rouge-score
num2words==0.5.14
Expand Down Expand Up @@ -432,7 +427,6 @@ packaging==24.2
# fastparquet
# huggingface-hub
# lazy-loader
# mamba-ssm
# matplotlib
# peft
# plotly
Expand Down Expand Up @@ -688,7 +682,6 @@ sentencepiece==0.2.0
# via mistral-common
setuptools==77.0.3
# via
# mamba-ssm
# pytablewriter
# torch
# triton
Expand Down Expand Up @@ -765,7 +758,6 @@ torch==2.7.0+cu128
# encodec
# fastsafetensors
# lm-eval
# mamba-ssm
# mteb
# peft
# runai-model-streamer
Expand Down Expand Up @@ -805,7 +797,6 @@ transformers==4.52.4
# -r requirements/test.in
# genai-perf
# lm-eval
# mamba-ssm
# peft
# sentence-transformers
# transformers-stream-generator
Expand Down