Skip to content

Commit f2f8fcb

Browse files
committed
Add postcreatecommand
1 parent 80b1ee5 commit f2f8fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
}
2626
},
27-
"postCreateCommand": "",
27+
"postCreateCommand": "pip install -r requirements.txt",
2828
"remoteUser": "vscode",
2929
"hostRequirements": {
3030
"memory": "8gb"

0 commit comments

Comments
 (0)