manual set urls for external collection

This commit is contained in:
Mik-TF
2024-05-13 19:10:10 -04:00
parent a4efec1aa3
commit 280652166f
40 changed files with 79 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ To use a GPU on the TFGrid, users need to rent a dedicated node. Once they have
## Filter and Reserve a GPU Node
You can filter and reserve a GPU node using the [Dedicated Nodes section](../../dashboard/deploy/dedicated_machines.md) of the **ThreeFold Dashboard**.
You can filter and reserve a GPU node using the [Dedicated Nodes section](dashboard@@dedicated_machines) of the **ThreeFold Dashboard**.
### Filter Nodes
@@ -52,7 +52,7 @@ When you have decided which node to reserve, click on **Reserve** under the colu
## Deploy a VM with GPU
Now that you've reserverd a dedicated GPU node, it's time to deploy a VM to make use of the GPU! There are many ways to proceed. You can use the [Dashboard](../../dashboard/solutions/fullVm.md), [Go](../../developers/go/grid3_go_gpu.md), [Terraform](../terraform/terraform_gpu_support.md), etc.
Now that you've reserverd a dedicated GPU node, it's time to deploy a VM to make use of the GPU! There are many ways to proceed. You can use the [Dashboard](../../dashboard/solutions/fullVm.md), [Go](developers@@grid3_go_gpu), [Terraform](../terraform/terraform_gpu_support.md), etc.
For example, deploying a VM with GPU on the Dashboard is easy. Simply set the GPU option and make sure to select your dedicated node, as show here:
![image](./img/gpu_3.png)

View File

@@ -7,13 +7,13 @@ Feel free to explore the different possibilities!
<h2>Table of Contents</h2>
- [GPU Support](./gpu.md)
- [Node Finder and GPU](../../dashboard/deploy/node_finder.md#gpu-support)
- [Javascript Client and GPU](../../developers/javascript/grid3_javascript_gpu_support.md)
- [GPU and Go](../../developers/go/grid3_go_gpu.md)
- [GPU Support](../../developers/go/grid3_go_gpu_support.md)
- [Deploy a VM with GPU](../../developers/go/grid3_go_vm_with_gpu.md)
- [TFCMD and GPU](../../developers/tfcmd/tfcmd_vm.md#deploy-a-vm-with-gpu)
- [Node Finder and GPU](dashboard@@node_finder)
- [Javascript Client and GPU](developers@@grid3_javascript_gpu_support)
- [GPU and Go](developers@@grid3_go_gpu)
- [GPU Support](developers@@grid3_go_gpu_support)
- [Deploy a VM with GPU](developers@@grid3_go_vm_with_gpu)
- [TFCMD and GPU](developers@@tfcmd_vm)
- [Terraform and GPU](../terraform/terraform_gpu_support.md)
- [Full VM and GPU](../../dashboard/solutions/fullVm.md)
- [Zero-OS API and GPU](../../developers/internals/zos/manual/api.md#gpus)
- [GPU Farming](../../farmers/3node_building/gpu_farming.md)
- [Full VM and GPU](dashboard@@fullvm)
- [Zero-OS API and GPU](developers@@api)
- [GPU Farming](farmers@@gpu_farming)