Image Types
There are 5 different flavours of the Limina container:-
cpu, which contains all features except for GPU support. -
cpu-text, a cut down CPU image that contains only text functionality. -
gpu, which contains all features except for synthetic entity functionality. -
gpu-text, a GPU-accelerated version ofcpu-text. -
gpu-synthetic, a GPU-accelerated version that includes synthetic entity functionality.
| cpu | cpu-text | gpu | gpu-text | gpu-synthetic | |
|---|---|---|---|---|---|
| Multilingual Support | ✓ | ✓ | ✓ | ✓ | ✓ |
| Synthetic Entity Support | ✓ | ✓ | |||
| File Support | ✓ | ✓ | ✓ | ||
| GPU Support | ✓ | ✓ | ✓ |
Versioning Scheme
Images are tagged with the release version followed by the image type. For example, the 4.0.3 release features the following images:4.0.3-cpu, 4.0.3-cpu-text, 4.0.3-gpu, 4.0.3-gpu-text and 4.0.3-gpu-synthetic. The container repository also contains cpu, cpu-text, gpu, gpu-text and gpu-synthetic tags which point to the latest release version.
Getting the Image
The container image is distributed via an Azure Container Registry. Your customer portal account will have a login command pre-filled with your credentials that will look like this:Docker Command
Docker Command