-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable model custom dependency installation using virtual environment (…
…#2910) * Explicitly set default dependency upgrade strategy to only-if-needed * Add support for venv creation per model * Create virtual env only when requirements need to be installed * Format logger and exception messages * Enable per model useVenv configuration option * Add integration tests and documentation * Fix integraiton test failures * Revert "Fix integraiton test failures" This reverts commit 6c4a279. * Update integration test teardown functionality * Refactor implementaiton to check for useVenv in Model.java * Fix dependencyPath logic * Refactor isUseVenv and integration tests * Update documentation --------- Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
- Loading branch information
1 parent
ddeb027
commit ba8f96a
Showing
12 changed files
with
543 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
install_py_dep_per_model=true |
Oops, something went wrong.