Skip to content

Commit

Permalink
codegen test3
Browse files Browse the repository at this point in the history
recreate

Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed May 30, 2024
1 parent 6994e5b commit 0684955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Ubuntu",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"runArgs": ["--network=host"],
"runArgs": ["--network=host", "--init", "--privileged", "--memory=7g", "--memory-swap=17g", "--cpus=2"],
"features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {
"moby": true,
Expand Down

0 comments on commit 0684955

Please sign in to comment.