Skip to content

Dev #713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Dev #713

wants to merge 3 commits into from

Conversation

arcticoder
Copy link

install vLLM wheel from PyPI instead of building from Git

In Dockerfile.base, replace the Git-based install of vLLM@refact_v0.7.3 with:
  RUN pip install --no-cache-dir vllm==0.7.3

- Eliminates lengthy source builds and related errors
- Dramatically speeds up image creation
- Ensures a reproducible, prebuilt GPU extension from PyPI

Revert to building vLLM from GitHub with PyPI option commented
- refact-server/Dockerfile.base:switched back to git-based vLLM install
-- vLLM now builds from GitHub again; PyPI wheel install left as comment

humbertoyusta and others added 3 commits April 26, 2025 00:17
In Dockerfile.base, replace the Git-based install of vLLM@refact_v0.7.3 with:
  RUN pip install --no-cache-dir vllm==0.7.3

- Eliminates lengthy source builds and related errors
- Dramatically speeds up image creation
- Ensures a reproducible, prebuilt GPU extension from PyPI
- refact-server/Dockerfile.base:switched back to git-based vLLM install
-- vLLM now builds from GitHub again; PyPI wheel install left as comment
@arcticoder
Copy link
Author

arcticoder commented Apr 26, 2025

Developed and tested on:
Windows 11 Pro 24H2, WSL 2 (Ubuntu 24.04 LTS, Docker 28.1.1 build 4eba377), GeForce driver 576.02 (Apr 16 2025)
AMD Ryzen 5 3600 6-core 3.6GHz, 32GB RAM, GeForce RTX 2060 SUPER 8GB

Though I'm currently troubleshooting "no models found" on refact-agent engine so maybe I caused that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants