We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5427d1 + 85058bc commit 958f46eCopy full SHA for 958f46e
.devcontainer/devcontainer.json
@@ -4,6 +4,7 @@
4
"cpus": 4
5
},
6
"waitFor": "onCreateCommand",
7
+ "initializeCommand": "docker system prune -af",
8
"updateContentCommand": "python3 -m pip install -r requirements.txt",
9
"postCreateCommand": "",
10
"customizations": {
0 commit comments