Skip to content

Commit

Permalink
Adding another argument to rocker to solve issue with Ubutnu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bsb808 committed Jul 31, 2024
1 parent 7825cc5 commit 2757777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Help()

JOY=/dev/input/js0
CUDA=""
ROCKER_ARGS="--devices $JOY --dev-helpers --nvidia --x11 --user --home --git --port 8888:8888"
ROCKER_ARGS="--devices $JOY --dev-helpers --nvidia --x11 --user --home --git --port 8888:8888 --devices /dev/dri"

while getopts ":cstxh" option; do
case $option in
Expand Down

0 comments on commit 2757777

Please sign in to comment.