Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix for black screen due to X11 forwarding
  • Loading branch information
alesof authored Dec 30, 2024
1 parent 60704fd commit 7e2c55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ xhost +local:root # Allow the container to access the display

docker run --gpus all --rm -it \
-e DISPLAY=$DISPLAY \
-v /dev/dri:/dev/dri
-v /tmp/.X11-unix/:/tmp/.X11-unix \
-v $PWD:/workspace \
genesis
Expand Down

0 comments on commit 7e2c55c

Please sign in to comment.