Chloria is a cute chloroplast. She doesn't perform regular "photosynthesis" but trains OCR models with synthetic photos.
Change to deployment-local
directory:
cd ./deployment-local/
Create a Docker Compose .env
file and populate its environment variables with the appropriate values:
cp local.env .env
vi .env
Start and get inside the container:
docker compose up --build --remove-orphans -d
docker compose exec chloria-backend bash
Create a dummy token file for retrieving MinIO web identity (it's ok to leave this file empty):
mkdir -p /usr/src/chloria/storage/chloria-backend/
touch /usr/src/chloria/storage/chloria-backend/token