Create Users

Before You Start

  • Have your DET_MASTER=<master IP> environment variable handy.
  • Gather the list of usernames and passwords you want to set up.
CLI Required

You must have the Machine Learning Development Environment CLI installed to provision users.

To install the CLI, you can run the following command:

  pip install determined 
  export DET_MASTER=<master IP> 

How to Create a User

  1. First, set the set the remote IP address and port number in the DET_MASTER environment variable:

    export DET_MASTER=<master IP>

    For example: export DET_MASTER=http://xyz-22-11-22-11.abc-2.compute.abcdef.com:8080/

  2. Sign in as the admin user:

    det user login admin
  3. Then create a new user

    det user create <username>

    For example: det user create msmith

How to Set a Password

  1. Set the set the remote IP address and port number in the DET_MASTER environment variable:
    export DET_MASTER=<master IP>
  2. Sign in as the admin user:
    det user login admin
  3. Then run the following command:
    det user change-password <username>

More Info

Installing the CLI

Managing User Accounts

Managing Users in the UI