> ## Documentation Index
> Fetch the complete documentation index at: https://docs.visual-layer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Up the Environment

> Run the Visual Layer installer for GPU or CPU deployments using Docker login credentials.

### Log into Docker Image Repo

To authenticate with Docker, run:

```shell theme={"theme":"monokai"}
docker login -u visuallayer
```

When prompted for a password, copy and paste the **Docker Hub access token** provided by your Visual Layer representative.

* If you do not have the token or it is incorrect, contact [support@visual-layer.com](mailto:support@visual-layer.com).

### Run the installer

#### GPU Deployment (Full Enrichment Enabled)

```smarty Shell theme={"theme":"monokai"}
HARDWARE=gpu VL_VERSION="2.33.3-rc7" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"
```

#### CPU Deployment (No Enrichment)

```shell theme={"theme":"monokai"}
HARDWARE=cpu VL_VERSION="2.33.3-rc7" bash -c "$(curl -fsSL https://vl-public-bucket.s3.us-east-2.amazonaws.com/installer/new/install_helper.sh)"
```
