Installation on Linux
Installation of Celantur Container on Linux
Setup Support 🤝
We are happy to help you with setting up Celantur Container. Please contact your sales representative.
Prerequisites
Check installed prerequisites
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.
Set up host machine
Install Docker
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
Install NVIDIA driver with sudo apt install nvidia-driver-515
Install Nvidia Container Runtime
Install nvidia-container-runtime
: Required to access the GPUs within the Docker containers.
Test the setup
Deploy Celantur Container
You'll receive an email from Celantur containing:
Steps:
Create a new directory (e.g. "Celantur").
Run
wget <webserver-link-to-celantur.sh>
in the newly created directory to download the bash scriptRun
export PASSWD=...
to set the password for downloading Celantur Container as a temporary environment variable.Run
mkdir licensing
and copy the license file into the licensing directory.
If your password expired, please let us know. We're happy to send you a new one.
Anonymize your first images
Run
mkdir input
Copy some images into the input directory.
Run
bash celantur.sh -a face -a license-plate --format pano:8000
(for panorama images).Check the anonymized in the output directory.
Start to integrate Celantur Container into your workflow with the various data ingestion modes:
Last updated