Skip to main content

Install in the Cloud (Web App)

Installing the Server

To install Transformer Lab as a server, SSH into your network device, or access the terminal, and run the following command:

curl https://raw.githubusercontent.com/transformerlab/transformerlab-api/main/install.sh | bash

This script will attempt to download the project to ~/.transformerlab, install Miniforge at ~/.transformerlab/miniforge3, create a Conda environment for Transformer Lab, then finally it will install Python dependencies.

Requirements

The following Linux commands must be installed on your machine for the installer to work:

  • curl
  • git

Running the Server

Now you can run the server:

cd ~/.transformerlab/src
./run.sh

Access the Web UI

You can now go to any modern browser and visit the URL of the server that was run by the previous command. For example if you are running on localhost, open Firefox or Chrome and visit:

http://localhost:8338

Here is a screenshot of what you should see:

Web UI

Advanced

For more advanced options, see the advanced install article.