Skip to content

Commit

Permalink
chore(runner): add GPU parallelism command to dev container
Browse files Browse the repository at this point in the history
This commit adds the necessary command to the dev container configuration
to enable GPU parallelism for developers.
  • Loading branch information
rickstaa committed Jan 27, 2025
1 parent cd56616 commit 6f3724b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"runArgs": [
"--gpus=all"
// "--shm-size=1g" // Increase shared memory size to 1GB for GPU parallelism.
],
// Features to add to the dev container. More info: https://containers.dev/features.
// Configure tool-specific properties.
Expand Down

0 comments on commit 6f3724b

Please sign in to comment.