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 51182d6 commit 6122af3Copy full SHA for 6122af3
.devcontainer/devcontainer.json
@@ -51,7 +51,12 @@
51
"memory": "8gb",
52
"storage": "10gb" // rough estimate of all dev packages & a handful of ai-models
53
},
54
- "runArgs": ["--env-file", ".devcontainer/.env"],
+ "runArgs": [
55
+ "--env-file",
56
+ ".devcontainer/.env"
57
+ // "--userns=keep-id", // Uncomment if using podman instead of docker.
58
+ // "--device=nvidia.com/gpu=all", // Uncomment if using podman instead of docker.
59
+ ],
60
"initializeCommand": [".devcontainer/scripts/init"],
61
"onCreateCommand": "pnpm config --global set store-dir $XDG_CACHE_HOME/pnpm",
62
"updateContentCommand": "pnpm install --dir invokeai/frontend/web --prefer-offline",
0 commit comments