Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Create docker_before_you_start.md
Browse files Browse the repository at this point in the history
The Before You Start content in Quickstarts migrated to .md format
  • Loading branch information
Aravind-21-Test committed Dec 20, 2023
1 parent 415a678 commit dd48461
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/install-ai-unlimited/quickstart/docker_before_you_start.md
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/.

0 comments on commit dd48461

Please sign in to comment.