...
Download
and update the following attributes:View file name ubuntu-danswer.yaml machine.folder
: target logical folder. List available folders withvss-cli compute folder ls
metadata.client
: your department client.metadata.inform
: email address for automated notifications
Deploy your file as follows:
Code Block vss-cli --wait compute vm mk from-file ubuntu-danswer.yaml
Disable secure boot as a workaround for
nvidia-gridd
issues:Code Block vss-cli compute vm set <VM_ID> secure-boot --off
(Optional) If planning to use Ollama, add a virtual GPU of
16GB
, specifically the16q
profile. For more information in the profile used, check the following document How-to Request a Virtual GPUCode Block vss-cli compute vm set <VM_ID> gpu mk --profile 16q
Once the VM has been deployed, a confirmation email will be sent with the assigned IP address and credentials.
Power on virtual machine:
Code Block vss-cli compute vm set ubuntu-llm state on
...