-
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.
Add an installsAfter relation to patch-python local Feature (#632)
* add an installsAfter relation to patch-python local Feature * add machine-learning-packages installsAfter reference to python
- Loading branch information
1 parent
5366f3b
commit 9f63468
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
7 changes: 3 additions & 4 deletions
7
...niversal/.devcontainer/local-features/machine-learning-packages/devcontainer-feature.json
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"id": "machine-learning-packages", | ||
"name": "Machine learning packages", | ||
"install": { | ||
"app": "", | ||
"file": "install.sh" | ||
} | ||
"installsAfter": [ | ||
"ghcr.io/devcontainers/features/python" | ||
] | ||
} |
7 changes: 3 additions & 4 deletions
7
src/universal/.devcontainer/local-features/patch-python/devcontainer-feature.json
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"id": "patch-python", | ||
"name": "Patch Python Packages", | ||
"install": { | ||
"app": "", | ||
"file": "install.sh" | ||
} | ||
"installsAfter": [ | ||
"ghcr.io/devcontainers/features/python" | ||
] | ||
} |