Docker
Hardware and Software Requirements
To launch the services, you'll require:
CPU: 16 cores,
RAM: 32 GB,
Disk: 100 GB, SSD,
Linux-compatible OS,
Docker 19.03+ (or Podman 4.4+),
Docker Compose 1.27+ (or podman-compose 1.2.0+, if you use Podman).
Distribution Package Contents
The package you get consists of the following directories and files:
Installation
Installing TFSS and the API on the Same Host
Put the license file in
./configs/tfss/license.key
.Unzip the file that contains models into the
./data/tfss/models
directory.Before starting system configuration, we recommend running the host readiness check scripts. Navigate to the checkers directory and run the
pre-checker-all.sh
script.
Set the initial passwords and values:
For this configuration, run all services on a single host:
We recommend using PostgreSQL as a container only for testing purposes. For the production deployment, it is recommended to use a standalone database.
Installing TFSS and the API on Separate Hosts
TFSS Host
Create a directory and unzip the distribution package into it. The package contains Docker Compose manifests and directories with the configuration files required for operation.
Put the license file in
./configs/tfss/license.key
.Unzip the file that contains models into the
./data/tfss/models
directory.Before starting system configuration, we recommend running the host readiness check scripts. Navigate to the checkers directory and run the
pre-checker-all.sh
script.For this configuration, run TFSS service on a separate host:
API Host
Create a directory and unzip the distribution package into it. The package contains Docker Compose manifests and directories with the configuration files required for operation.
Before starting system configuration, we recommend running the host readiness check scripts. Navigate to the checkers directory and run the
pre-checker-all.sh
script.
Set the initial passwords and values as described in step 4 of the same host installation.
For this configuration, run all services on a single host:
Last updated