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
When using uv to install packages, the default settings in the initial container cause uv to install packages to the wrong env.
The documentation should cover how to use uv when it's provided by default with the dev container. At the very least, uv and the dev container should be compatible out of the box so that users can uv pip install -r requirements_test_all.txt and vscode launch buttons.
The text was updated successfully, but these errors were encountered:
When using uv to install packages, the default settings in the initial container cause uv to install packages to the wrong env.
The documentation should cover how to use uv when it's provided by default with the dev container. At the very least, uv and the dev container should be compatible out of the box so that users can
uv pip install -r requirements_test_all.txt
and vscode launch buttons.The text was updated successfully, but these errors were encountered: