Skip to content

Commit

Permalink
Add an installsAfter relation to patch-python local Feature (#632)
Browse files Browse the repository at this point in the history
* add an installsAfter relation to patch-python local Feature

* add machine-learning-packages installsAfter reference to python
  • Loading branch information
joshspicer committed Jun 20, 2023
1 parent 5366f3b commit 9f63468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
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"
]
}
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"
]
}

0 comments on commit 9f63468

Please sign in to comment.