Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(runner): update dev container and docs #401

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(runner): add GPU parallelism command to dev container
This commit adds the necessary command to the dev container configuration
to enable GPU parallelism for developers.
rickstaa committed Jan 27, 2025
commit 6f3724b397f2ce0302b9f072ea13a0e718f0de63
1 change: 1 addition & 0 deletions runner/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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.