Skip to main content Link Search Menu Expand Document (external link)

Prerequisites

You need to have Docker, Docker compose and Git installed and know how to use the Terminal (at least a little bit). See here for Docker !

Installation

1. Clone the repository

In the terminal, navigate to the folder of your choice and then type

git clone https://github.com/Trusted-AI-Labs/ALAMBIC.git

2. Build the Docker

Go inside the GitHub repository newly created of ALAMBIC and type

docker-compose up

For the more expert, you can add options to that command (see here)

Note that you need to have all your data contained in the folder data_alambic situated in your user directory.

3. Launch the browser

You can find ALAMBIC at the address http://0.0.0.0:8000/ ! However be careful, according to your OS, you could also find it at http://localhost:8000/

Shutdown

You can stop the docker and flush the database of all the data and results by typing in the terminal

docker-compose down -v