Try using the non-pro version on USB.
This commit is contained in:
parent
02ff1aefaf
commit
0585a1e342
@ -47,10 +47,15 @@
|
|||||||
shell: 'cd /root/Downloads; tar -xvf amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz'
|
shell: 'cd /root/Downloads; tar -xvf amdgpu-pro-20.45-1188099-ubuntu-20.04.tar.xz'
|
||||||
when: amdgpu_install.failed
|
when: amdgpu_install.failed
|
||||||
|
|
||||||
- name: AMDGPU | Install Pro Driver
|
## Only one driver set can exist at a time! ##
|
||||||
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
|
- name: AMDGPU | Install AMDGPU Driver
|
||||||
|
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-install -y'
|
||||||
when: amdgpu_install.failed
|
when: amdgpu_install.failed
|
||||||
|
|
||||||
|
#- name: AMDGPU | Install AMDGPU-Pro Driver
|
||||||
|
# shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
|
||||||
|
# when: amdgpu_install.failed
|
||||||
|
|
||||||
- name: AMDGPU | Test Pro Driver
|
- name: AMDGPU | Test Pro Driver
|
||||||
shell: clinfo
|
shell: clinfo
|
||||||
register: clinfo
|
register: clinfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user