Skip to content

Commit

Permalink
add gpu argument to devcontainer gpu configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobiagiola committed Aug 14, 2024
1 parent 33ba735 commit 0d42321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/gpu/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "muprl - GPU",
"image": "dockercontainervm/muprl-gpu:0.1.0"
"image": "dockercontainervm/muprl-gpu:0.1.0",
"runArgs": ["--gpus", "all"]
}

0 comments on commit 0d42321

Please sign in to comment.