This repository has been archived by the owner on Feb 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Before You Start content in Quickstarts migrated to .md format
- Loading branch information
1 parent
415a678
commit dd48461
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
docs/install-ai-unlimited/quickstart/docker_before_you_start.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
id: docker-before-you-begin | ||
title: Before You Begin | ||
description: Make sure you follow the pre-requisites before installing AI Unlimited. | ||
tags: | ||
- Install AI Unlimited | ||
- Install using Docker | ||
- Getting started | ||
--- | ||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
# Before you begin | ||
|
||
Make sure you have the following: | ||
|
||
- GitHub account: If you don't already have a GitHub account, create one at https://github.com/. | ||
- CSP account: You can host the engine on AWS or Azure. | ||
|
||
|
||
<Tabs> | ||
<TabItem value="aws" label="AWS" default> | ||
- Sign up for an AWS Free Tier account at https://aws.amazon.com/free/. | ||
|
||
- To set up AWS CLI, see https://docs.aws.amazon.com/cli/latest/userguide/getting-started-quickstart.html. | ||
|
||
</TabItem> | ||
<TabItem value="azure" label="Azure"> | ||
- Sign up for an Azure free account at https://azure.microsoft.com/en-us/free. | ||
|
||
- Install Azure CLI and configure the credentials on the machine running workspace service. See https://learn.microsoft.com/en-us/cli/azure/get-started-with-azure-cli. | ||
</TabItem> | ||
</Tabs> | ||
|
||
- Docker: To download and install Docker, see https://docs.docker.com/docker-for-windows/install/. |