Skip to main content
The Limina container supports a number of environment variables. The environment variables can be set in the Docker run command as follows:
Docker Command

Supported Environment Variables

Advanced Environment Variables

The following environment variables control how the container allocates processes and threads.
Note: Please contact Limina support prior to using these values. A user guide covering when and how to use them on CPU and GPU is coming soon.
To change the port used by the container, please set the host port as per the command below:
Docker Command
To use PAI_ENABLED_ENTITIES to redact only for NAME and ORGANIZATION, the command will look like:
Docker Command
To use PAI_DISABLED_ENTITIES to redact all except ORGANIZATION, the command will look like:
Docker Command
Note: If setting entities both in ENABLE and DISABLE, only ENABLE takes effect. If an entity is duplicated both in ENABLE and DISABLE and ENABLE has no other entity set, the request will fail as 400 Bad Request.