-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Universal] - reduce size - removed nvidia, triton - Machine Learning…
… Packages (#1014) * [Universal] - reduce size - removed nvidia, triton - from M.L.P * optional installation for torch ( with gpu acc. / without it ) * updated threshold for universal image to 10 GB * [universal] - reduce size - changed acc. to comments * [Universal] - shrunk size - amended based on reviews * more changes acc. to comments * few more relevant changes.. * final changes * misc change * changes for comments * change for comment * change for running tests * [Universal] - not installing gpu accelerated torch pkg now * correction to install_python_package fn * image size check should fail * [Universal]-shrink size issue-changes as suggested
- Loading branch information
1 parent
7baa00f
commit cf8f3ec
Showing
4 changed files
with
10 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ jobs: | |
uses: ./.github/actions/smoke-test | ||
with: | ||
image: universal | ||
threshold: 14 | ||
threshold: 10 |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
"installsAfter": [ | ||
"ghcr.io/devcontainers/features/python" | ||
] | ||
} | ||
} |
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