Access Latent AI's Package Repository
In order to pull containers or install packages from Latent AI, you'll need to create a personal access token. To do so, follow these steps:
1. Login to the Latent AI Repository:
- Click the
Sign inlink in the upper right. - Select
Sign In with SSO. - Enter your access credentials.
2. Create your Personal Access Token:
- Click on your profile in the upper right.
- Select
User Tokenon the left navigation. - Select the
Access user tokenbutton. - View your user token name and user token passcode.
You'll need the user token name and passcode in the next step, so save these in a secure location or go ahead and export them now:
3. Export User Token Name and Passcode
export REPOSITORY_TOKEN_NAME=<your-user-token-name>
export REPOSITORY_TOKEN_PASSCODE=<your-user-token-passcode>