After purchasing your license, you’ll be able to:
  • View your license key (to run the container)
  • Download a Google Cloud service account key (to pull the container image)
Copy your license key, download the service account key, and run the script in this Github repository to get up-and-running:
export DATALAB_LICENSE_KEY=your-license-key
export SERVICE_ACCOUNT_KEY_FILE=path/to/key.json
./run-datalab-inference-container.sh
You can expose the container to your network directly or put it in front of a reverse proxy if you need SSL/authentication/other features provided by servers like nginx or Caddy. If you purchase more than 1 instance, you may not load balance across them (per our license and per the container’s implementation). Each instance must stand alone, but you may run them in different contexts/environments (e.g. dev, staging, prod). If you need concurrency across > 1 GPU, reach out to support@datalab.to about a custom contract.

www.datalab.to must be reachable

Our self-service on-prem license requires that https://www.datalab.to is reachable in order to:
  1. Activate and register your license with our servers.
  2. Send usage metrics.

Usage data sent to Datalab

License activation and usage heartbeats do not send private data to Datalab. Our intent is to ensure compliance with our license and to easily support customers when they run into problems. The container sends the following to our servers:
  1. On container startup we activate your license. In that request, we send information about your hardware and OS available in /proc and /sys (in the container, not on your host).
  2. At regular intervals we send usage heartbeats that contain:
    1. The # of successful/failed inference requests completed since the last heartbeat
    2. The # of inference requests submitted to the container over a recent time window

I need a fully-airgapped deployment

We support fully-airgapped deployments, higher volume & concurrency, and white glove support with custom enterprise contracts Please reach out to us at support@datalab.to if you have questions.