File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,6 @@ ENV UV_HTTP_TIMEOUT=500
167
167
COPY requirements/lint.txt requirements/lint.txt
168
168
COPY requirements/test.txt requirements/test.txt
169
169
COPY requirements/dev.txt requirements/dev.txt
170
- # Workaround for #17068
171
- RUN --mount=type=cache,target=/root/.cache/uv \
172
- uv pip install --system mamba-ssm==2.2.4 --no-build-isolation
173
170
RUN --mount=type=cache,target=/root/.cache/uv \
174
171
uv pip install --system -r requirements/dev.txt --index-strategy unsafe-best-match
175
172
# ################### DEV IMAGE ####################
@@ -286,9 +283,6 @@ ADD . /vllm-workspace/
286
283
ENV UV_HTTP_TIMEOUT=500
287
284
288
285
# install development dependencies (for testing)
289
- # Workaround for #17068
290
- RUN --mount=type=cache,target=/root/.cache/uv \
291
- uv pip install --system mamba-ssm==2.2.4 --no-build-isolation
292
286
RUN --mount=type=cache,target=/root/.cache/uv \
293
287
uv pip install --system -r requirements/dev.txt --index-strategy unsafe-best-match
294
288
You can’t perform that action at this time.
0 commit comments