#!/bin/bash # Copyright 2026 Ankur Sinha # Author: Ankur Sinha # File : # timestamp="$(date +%Y%m%d%H%M)" echo "Building new image" # DOCKER_BUILDKIT=1 docker build --no-cache --tag klea_rag:latest . DOCKER_BUILDKIT=1 docker build --tag klea_rag:latest .