From Registry (CLI)

Before You Start


How to Add a Packaged Model From a Registry

  1. Sign in via the CLI.

    aioli user login <YOUR_USERNAME>
  2. Create a new model with the following command:

    aioli model create <MODEL_NAME> \
    --description <DESCRIPTION> \
    --image <USER_NAME>/<MODEL_NAME>:<TAG> \
    --url <OBJECT_URL> \
    --registry <REGISTRY_NAME>