Skip to content

Commit

Permalink
branded links added for easier maintenance [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Aug 10, 2023
1 parent 82f4e42 commit 6306445
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ __Container Cloud__

Container providers don't give you access to the docker host but are quick and easy to set up. They are often inexpensive when compared to a full VM or bare metal solution.

All images built for ai-dock are tested for compatibility with both [vast.ai](https://cloud.vast.ai/?ref=62897) and [runpod.io](https://runpod.io?ref=m0vk9g4f).
All images built for ai-dock are tested for compatibility with both [vast.ai](https://link.ai-dock.org/vast.ai) and [runpod.io](https://link.ai-dock.org/runpod.io).

Images that include Jupyter are also tested to ensure compatibility with [Paperspace Gradient](https://console.paperspace.com/signup?R=FI2IEQI)
Images that include Jupyter are also tested to ensure compatibility with [Paperspace Gradient](https://link.ai-dock.org/console.paperspace.com)

See a list of pre-configured templates [here](#pre-configured-templates)

Expand Down Expand Up @@ -79,7 +79,7 @@ _**SSH Tunnel**_

This is the preferred method. You will only need to expose `port 22` (SSH) which can then be used with port forwarding to allow **secure** connections to your services.

If you are unfamiliar with port forwarding then you should read the guides [here](https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys?refcode=405a7b000d31#setting-up-ssh-tunnels) and [here](https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-tunneling-on-a-vps?refcode=405a7b000d31).
If you are unfamiliar with port forwarding then you should read the guides [here](https://link.ai-dock.org/guide-ssh-tunnel-do-a) and [here](https://link.ai-dock.org/guide-ssh-tunnel-do-b).

## Environment Variables

Expand Down Expand Up @@ -187,7 +187,7 @@ If you choose not to provide a public key then the SSH server will not be starte

To make use of this service you should map `port 22` to a port of your choice on the host operating system.

See [this guide](https://www.digitalocean.com/community/tutorials/ssh-essentials-working-with-ssh-servers-clients-and-keys?refcode=405a7b000d31#) by DigitalOcean for an excellent introduction to working with SSH servers.
See [this guide](https://link.ai-dock.org/guide-sshd-do) by DigitalOcean for an excellent introduction to working with SSH servers.

>[!NOTE]
>_SSHD is included because the end-user should be able to know the version prior to deloyment. Using a providers add-on, if available, does not guarantee this._
Expand Down Expand Up @@ -246,10 +246,10 @@ Where a GPU is required you will need either `:*cuda*` or `:*rocm*` depending on

A curated list of VM providers currently offering GPU instances:

- [Akami/Linode](https://www.linode.com/lp/refer/?r=d49cf667cec6bcbb6c2d7d70665c5c9b9a5a4b95)
- [Amazon Web Services](https://aws.amazon.com)
- [Google Compute Engine](https://cloud.google.com)
- [Vultr](https://www.vultr.com/?ref=9519053-8H)
- [Akami/Linode](https://link.ai-dock.org/linode.com)
- [Amazon Web Services](https://link.ai-dock.org/aws.amazon.com)
- [Google Compute Engine](https://link.ai-dock.org/cloud.google.com)
- [Vultr](https://link.ai-dock.org/vultr.com)

---

Expand Down

0 comments on commit 6306445

Please sign in to comment.