Skip to content

Commit

Permalink
Update instructions for nvidia driver, closes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Dec 7, 2023
1 parent 4e693f6 commit bcf83e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/edit/vms/GPUManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export const GPUManager = ({ vm }) => {
{t("gpu-drivers-1")}
<br />
{t("gpu-drivers-2")}
<CopyToClipboard text="sudo ubuntu-drivers install --gpgpu">
<CopyToClipboard text="apt install nvidia-driver-535-server nvidia-utils-535-server -y">
<Tooltip enterTouchDelay={10} title="Copy to clipboard">
<span
style={{
Expand All @@ -440,7 +440,7 @@ export const GPUManager = ({ vm }) => {
cursor: "pointer",
}}
>
sudo ubuntu-drivers install --gpgpu
apt install nvidia-driver-535-server nvidia-utils-535-server -y
</span>
</Tooltip>
</CopyToClipboard>
Expand Down

0 comments on commit bcf83e2

Please sign in to comment.