XanderJC commited on
Commit
d24ce98
·
1 Parent(s): 72a1b37

setuptools

Browse files
Files changed (1) hide show
  1. 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