Update AI Workbench#
Overview#
- The Desktop App will alert you when updates are available.
If an update is available, the update window will open each time you start the application. It will go away once you update.
If you did the full local install, updating the Desktop App will update that as well.
- When you update the Desktop App, you should also update any remote locations you have connected.
The Desktop App uses an API to handle remote locations. You will need to update the remote locations as well to make sure the APIs are compatible.
- You SSH into a remote location and run a command to update it.
It’s simple and quick.
Update on Windows and MacOS#
- When you are notified of an update, select Update Now and follow the prompts.
The steps are the same on Windows and MacOS.
- Check for updates on Windows.
Right click System Tray > Show Hidden Icons > AI Workbench Icon
Select Check for Update
Initiate the update, if available.
- Check for updates on MacO.
Select Workbench Status Icon > Check for Update
Initiate the update, if available.
Update on Ubuntu Desktop#
- Updates on Ubuntu Desktop are handled through the standard APT package manager.
Check for updates and install available upgrades:
sudo apt-get update && sudo apt-get upgrade nvidia-ai-workbench
Start the AI Workbench Desktop App, and follow any on-screen prompts during the update process.
Update AI Workbench on a Remote System#
- To update AI Workbench on a remote system, follow these steps.
SSH into the Remote system as the same non-root user that installed AI Workbench on the remote system.
Download and Install the Latest AI Workbench Version using the following command:
curl -L https://workbench.download.nvidia.com/stable/workbench-cli/$(curl -L -s https://workbench.download.nvidia.com/stable/workbench-cli/LATEST)/nvwb-cli-$(uname)-$(uname -m) --output $HOME/.nvwb/bin/nvwb-cli && \ chmod +x $HOME/.nvwb/bin/nvwb-cli && \ sudo -E $HOME/.nvwb/bin/nvwb-cli install
Follow the prompts in the text-based interface to finish the update.