Official image for Teradata AI Unlimited (technical preview) Service
7.4K
Teradata's AI Unlimited (workspaces servoce) provides a project centric deployment service for regulus clusters. Configuration is available via web UI on port 3000. Client interactions with Jupyter extentions or the workspacesctl command line tool are available via grpc on port 3282
For detailed documentation, please see here: PENDING
As AI Unlimited will be provisioning cloud infrastructure, cloud service credentials with the appropriate permissions must be exported for use in the container.
export AWS_ACCESS_KEY_ID="<AWS_ACCESS_KEY_ID>"
export AWS_SECRET_ACCESS_KEY="<AWS_SECRET_ACCESS_KEY>"
and optionally
export AWS_SESSION_TOKEN="<AWS_SESSION_TOKEN>"
If AI Unlimited is running on an ec2 instance using an instance-profile with appropriate role permissions, they will be picked up automaticaly and exporting the variables above is not required. See the AI Unlimited deploment documentation at PENDING for details.
docker volume create workspaces
docker run \
-e "accept_license=Y" \
-p 127.0.0.1:3000:3000/tcp \
-p 127.0.0.1:3282:3282/tcp \
-v workspaces:/etc/td \
teradata/ai-unlimited-workspaces:latest
docker run \
-e "accept_license=Y" \
-p 127.0.0.1:3000:3000/tcp \
-p 127.0.0.1:3282:3282/tcp \
-v /path/to/my/directory:/etc/td \
teradata/ai-unlimited-workspaces:latest
By passing the value Y to the environment variable accept_license, you are expressing that you have a valid and existing license for the edition and version of the Teradata AI Unlimited License that you intend to use. You also agree that your use of Teradata AI Unlimited running in a Docker container image will be governed by the terms of the license. The Teradata AI Unlimited License Agreement is located here: https://github.com/Teradata/jupyterextensions/blob/master/licensefiles/license.txt.
Content type
Image
Digest
sha256:1ae2fa8a0…
Size
555 MB
Last updated
6 months ago
docker pull teradata/ai-unlimited-workspaces