Configure Authentication Token Saving

DL Workbench uses authentication tokens to access the application. A token is generated automatically and displayed in the console output when you run the container for the first time. By default, it is saved to a folder inside a Docker container. Use additional arguments to enable token saving to your local directory or to disable token saving.

Save Authentication Token to Local File

To save an authentication token for the DL Workbench, mount any of your local folders (for example, ~/.workbench) to the /home/openvino/.workbench directory in the Docker* container.

Below are the examples on how to enable token saving to a local folder while running a Docker container with the DL Workbench in the detached mode on CPU devices. To learn how to run the application on different targets or in a different mode, see Install DL Workbench from Docker Hub.

For details about other parameters, see the Parameter Explanation section of Install DL Workbench from Docker Hub.

Disable Authentication Token Saving

If you do not want to generate a file with an authentication token, you can disable token saving by passing 0 to the SAVE_TOKEN_TO_FILE variable.

Below are the examples on how to disable token saving while running a Docker container with the DL Workbench in the detached mode on CPU devices. To learn how to run the application on different targets or in a different mode, see Install DL Workbench from Docker Hub.

For details about other parameters, see the Parameter Explanation section of Install DL Workbench from Docker Hub.