Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 3a821bf

Browse files
authored
build(snap): permit access to gpu hardware (#171)
1 parent cb1e316 commit 3a821bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apps:
1717
basaran:
1818
command: bin/python3 -m basaran
1919
command-chain: [bin/launcher]
20-
plugs: [home, network, network-bind, removable-media]
20+
plugs: [home, network, network-bind, opengl, removable-media]
2121

2222
download:
2323
command: bin/python3 $SNAP/bin/download.py

0 commit comments

Comments
 (0)