Skip to content

Commit 51182d6

Browse files
committed
chore: add reasonable minimum requirements
1 parent 37b6c85 commit 51182d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
4646
"ghcr.io/devcontainers/features/github-cli": {}
4747
},
4848
"hostRequirements": {
49-
"gpu": "optional"
49+
"gpu": "optional",
50+
"cpus": 2,
51+
"memory": "8gb",
52+
"storage": "10gb" // rough estimate of all dev packages & a handful of ai-models
5053
},
5154
"runArgs": ["--env-file", ".devcontainer/.env"],
5255
"initializeCommand": [".devcontainer/scripts/init"],

0 commit comments

Comments
 (0)