Skip to content

Commit

Permalink
Install GPU drivers on ubuntu-server, not GP-GPU drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Gayot <[email protected]>
  • Loading branch information
ogayot committed Jan 12, 2024
1 parent edce6b9 commit 7d1c11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subiquity/server/ubuntu_drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ def get_ubuntu_drivers_interface(app) -> UbuntuDriversInterface:
else:
cls = UbuntuDriversHasDriversInterface

return cls(app, gpgpu=is_server)
return cls(app, gpgpu=False)

0 comments on commit 7d1c11b

Please sign in to comment.