Skip to content

Commit 9f63468

Browse files
authored
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
1 parent 5366f3b commit 9f63468

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"id": "machine-learning-packages",
33
"name": "Machine learning packages",
4-
"install": {
5-
"app": "",
6-
"file": "install.sh"
7-
}
4+
"installsAfter": [
5+
"ghcr.io/devcontainers/features/python"
6+
]
87
}
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"id": "patch-python",
33
"name": "Patch Python Packages",
4-
"install": {
5-
"app": "",
6-
"file": "install.sh"
7-
}
4+
"installsAfter": [
5+
"ghcr.io/devcontainers/features/python"
6+
]
87
}

0 commit comments

Comments
 (0)