GAF to add python to the devcontainer
This commit is contained in:
parent
f5fc985be9
commit
ade9944159
@ -7,11 +7,12 @@
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/python:1": {}
|
||||
},
|
||||
"onCreateCommand": "pip install openai; apt update; apt install git",
|
||||
"onCreateCommand": "pip install openai",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"pomdtr.secrets"
|
||||
"pomdtr.secrets",
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user