We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"cpus": 2
hostRequirements
1 parent 237a42d commit efc47f6Copy full SHA for efc47f6
1 file changed
.devcontainer/devcontainer.json
@@ -2,6 +2,9 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
{
4
"name": "Python Learning Codespace",
5
+ "hostRequirements": {
6
+ "cpus": 2
7
+ },
8
9
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
10
"build": {
0 commit comments