We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82905b6 commit d308544Copy full SHA for d308544
1 file changed
providers/gpgpu/debian/postinst
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
3
-# XXX: Installing candidate until I make a release to stable
4
-snap install --channel=latest/candidate gpu-burn
5
-# XXX: Installing in devmode for now. SEE: https://github.com/canonical/snapd/pull/14685
6
-snap install --channel=latest/candidate rocm-validation-suite --devmode
+snap install gpu-burn
+# XXX: Installing in devmode until KFD is accessible with opengl plug
+# SEE: https://github.com/canonical/snapd/pull/14685
+snap install rocm-validation-suite --devmode
7
# TODO: CUDA samples are not in a snap just yet.
8
9
# XXX: This is needed until auto-connection requests are granted.
0 commit comments