Spaces:
Running
on
A100
Running
on
A100
setuptools
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -25,6 +25,8 @@ RUN apt-get install -y --no-install-recommends \
|
|
25 |
RUN pip install uv
|
26 |
RUN uv venv --python 3.11 --python-preference managed
|
27 |
RUN . .venv/bin/activate
|
|
|
|
|
28 |
RUN uv pip install vllm==0.7.2
|
29 |
|
30 |
# Install transformers from source, need specific revision for Qwen2.5 as
|
|
|
25 |
RUN pip install uv
|
26 |
RUN uv venv --python 3.11 --python-preference managed
|
27 |
RUN . .venv/bin/activate
|
28 |
+
RUN uv pip install setuptools
|
29 |
+
|
30 |
RUN uv pip install vllm==0.7.2
|
31 |
|
32 |
# Install transformers from source, need specific revision for Qwen2.5 as
|