yusufs commited on
Commit
87efbb0
·
verified ·
1 Parent(s): bbfac4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ RUN python3 --version && python3 -m pip --version
57
  # RUN pip install --upgrade pip
58
 
59
  # Install uv, setuptools, and torch for xformers
60
- RUN pipx install uv
61
 
62
 
63
  # Install vLLM
 
57
  # RUN pip install --upgrade pip
58
 
59
  # Install uv, setuptools, and torch for xformers
60
+ RUN pipx install uv && pipx ensurepath
61
 
62
 
63
  # Install vLLM