This repo contains a code veld encapsulating an INCEpTION instance with an accompanying mariadb service for persistence.
- git
- docker compose (note: older docker compose versions require running
docker-compose
instead ofdocker compose
)
This code veld may be integrated into a chain veld, or used directly by adapting the configuration within its yaml file and using the template folders provided in this repo. Open the veld yaml file for more information.
Launches an inception instance. Inception metadata is stored under ./data/inception_app/ and the mariadb content under ./data/inception_db/ .
docker compose -f veld.yaml up