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.
1 parent 37b6c85 commit 51182d6Copy full SHA for 51182d6
.devcontainer/devcontainer.json
@@ -46,7 +46,10 @@
46
"ghcr.io/devcontainers/features/github-cli": {}
47
},
48
"hostRequirements": {
49
- "gpu": "optional"
+ "gpu": "optional",
50
+ "cpus": 2,
51
+ "memory": "8gb",
52
+ "storage": "10gb" // rough estimate of all dev packages & a handful of ai-models
53
54
"runArgs": ["--env-file", ".devcontainer/.env"],
55
"initializeCommand": [".devcontainer/scripts/init"],
0 commit comments