Installation on Linux
Installation of Celantur Container on Linux
Last updated
Installation of Celantur Container on Linux
Last updated
You can check whether dependencies are already installed:
Docker: docker version
NVIDIA driver: nvidia-smi
NVIDIA Docker runtime: nvidia-container-runtime --version
If any of the above commands returns an error, proceed with the next section or parts of it.
Add your user to the docker
group. It takes effect with the next login.
If you don't add your user to the docker
group, you'll receive the following error when running the docker
command:
Install NVIDIA driver with sudo apt install nvidia-driver-515
Steps to deploy Celantur Container:
Create a new directory (e.g. "Celantur").
Run mkdir licensing
and copy the license file into the licensing directory.
Assign the password to a variable: export PASSWD=eyJ...4fQ==
Run bash celantur.sh
to download the latest release.
Run mkdir input
Copy some images into the input directory.
Check the anonymized in the output directory.
Start to integrate Celantur Container into your workflow with the various data ingestion modes:
: Required to access the GPUs within the Docker containers.
By using the script and a time-limited password as well as the license file (provided by Celantur via email), download and run the latest image from the Celantur Container Registry.
Run wget <webserver-link-to-celantur.sh>
in the newly created directory, to download script
Optional: Set export VERSION=...
for a specific version. Default is latest
. You can find version numbers in the .
Follow instructions at .
Batch and Stream mode
REST API mode
TCP mode