NeuroKLEA / build.sh
sanjayankur31's picture
feat: update configs for klea updates
76d0080 verified
Raw
History Blame Contribute Delete
299 Bytes
#!/bin/bash
# Copyright 2026 Ankur Sinha
# Author: Ankur Sinha <sanjay DOT ankur AT gmail DOT com>
# 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 .