-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality
Description
Summary
This flag would be similar to --no-install-workspace, but it would also affect local non-workspace dependencies.
This is desired in optimized docker builds where we don't want to install frequently changing local packages before installing heavy third party dependencies.
Currently this workflow is well supported when depending on other packages from the same workspace, but these packages may also come from other workspaces.
Example
Current command:
uv sync --no-install-workspace \
--no-install-package anam-face-extraction \
--no-install-package anam-syncnet \
--no-install-package anam-data-utils \
--no-install-package anam-dagster \
--no-install-package anam-training-data \
...Desired command:
uv sync --no-install-localavaz and peterroelants
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvement to existing functionalityNew feature or improvement to existing functionality