Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download

    View file
    nameubuntu-danswer.yaml
    and update the following attributes:

    1. machine.folder: target logical folder. List available folders with vss-cli compute folder ls

    2. metadata.client : your department client.

    3. metadata.inform: email address for automated notifications

  2. Deploy your file as follows:

    Code Block
    vss-cli --wait compute vm mk from-file ubuntu-danswer.yaml
  3. Disable secure boot as a workaround for nvidia-gridd issues:

    Code Block
     vss-cli compute vm set <VM_ID> secure-boot --off
  4. (Optional) If planning to use Ollama, add a virtual GPU of 16GB, specifically the 16q profile. For more information in the profile used, check the following document How-to Request a Virtual GPU

    Code Block
    vss-cli compute vm set <VM_ID> gpu mk --profile 16q
  5. Once the VM has been deployed, a confirmation email will be sent with the assigned IP address and credentials.

  6. Power on virtual machine:

    Code Block
    vss-cli compute vm set ubuntu-llm state on

...