Prerequisites#
Below are the prerequisites for the various ways to use and deploy the Tokkio UI. Ensure you have the following prequisites for your use case before proceeding.
Before opening the UI#
A Tokkio deployment.
A web browser on a computer with access to the Tokkio deployment. Ensure that the deployment is not blocked by a firewall.
A working microphone.
Before running the UI locally using Docker#
Ubuntu 22.04 System with Internet Access.
- Docker Engine version 24+ (check your version with the below command).
$ docker --version
- Login to nvcr.io
$ docker login nvcr.io -u \$oauthtoken Password: <your NGC API key>
Before running the UI locally from source code#
Ubuntu 22.04 System with Internet Access.
NGC CLI is set up. See NGC CLI Documentation for details.
- Node.js version 18+ (check your version with the below command).
$ node --version
- npm version 9+ (check your version with the below command).
$ npm --version