Skip to content

Commit efc47f6

Browse files
authored
Add "cpus": 2 to hostRequirements
1 parent 237a42d commit efc47f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// README at: https://github.com/devcontainers/templates/tree/main/src/python
33
{
44
"name": "Python Learning Codespace",
5+
"hostRequirements": {
6+
"cpus": 2
7+
},
58

69
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
710
"build": {

0 commit comments

Comments
 (0)