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
Our dev and testing environments are unsafe and not reproducible becasuse we install dependencies with pip install .[llm, dev] --break-system-packages.
Solution
Use a virtual environment in the docker image, managed with uv.
Problem
Our dev and testing environments are unsafe and not reproducible becasuse we install dependencies with
pip install .[llm, dev] --break-system-packages.Solution
Use a virtual environment in the docker image, managed with uv.