You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update builder dockerfile for Velox 0.297 setup-ubuntu.sh changes
setup-ubuntu.sh no longer creates a Python venv — it switched from pip
to uv for cmake installation. Remove the mv /tmp/.venv step and the
VIRTUAL_ENV/PATH activation that depended on it. Also remove the cmake
pre-install step, which was a workaround for pip-installed cmake PATH
issues and is no longer needed since uv installs cmake to /usr/local/bin.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments