Skip to content

Commit d308544

Browse files
committed
There are stable releases of gpu-burn and rvs
1 parent 82905b6 commit d308544

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

providers/gpgpu/debian/postinst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

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
3+
snap install gpu-burn
4+
# XXX: Installing in devmode until KFD is accessible with opengl plug
5+
# SEE: https://github.com/canonical/snapd/pull/14685
6+
snap install rocm-validation-suite --devmode
77
# TODO: CUDA samples are not in a snap just yet.
88

99
# XXX: This is needed until auto-connection requests are granted.

0 commit comments

Comments
 (0)