Skip to content

Commit 2104b1b

Browse files
committed
Add --system flag to install into system environment
1 parent 116801e commit 2104b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ COPY . /vec-inf
5959
# libnccl2 libnccl-dev \
6060
# && rm -rf /var/lib/apt/lists/*
6161

62-
RUN uv pip install vllm --torch-backend=auto
62+
RUN uv pip install --system vllm --torch-backend=auto
6363

6464
# Final configuration
6565
ENV NCCL_DEBUG=INFO

0 commit comments

Comments
 (0)