Skip to content

Commit

Permalink
docs: instruction for OpenGL on CPU-only host
Browse files Browse the repository at this point in the history
  • Loading branch information
hlf20010508 committed May 27, 2024
1 parent 8679c4f commit d2c4df7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ RUN \
echo 'autorestart=true' >> supervisord.conf
```

# With OpenGL
To support OpenGL on a CPU only host, add this package:
```Dockerfile
RUN apk add --no-cache mesa-dri-gallium
```

Build and run the image.

```bash
Expand Down

0 comments on commit d2c4df7

Please sign in to comment.