Keep a real git repo in the docker image

This commit is contained in:
Jaret Burkett 2026-06-21 06:54:19 -06:00
parent 548a286992
commit dba092fc15
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,6 @@ RUN echo "Cache bust: ${CACHEBUST}" && \
cd /tmp/ai-toolkit-src && \
git checkout ${GIT_COMMIT} && \
rsync -a --delete \
--exclude '.git' \
--exclude 'ui/node_modules' \
--exclude 'requirements.txt' \
--exclude 'ui/package.json' \

View File

@ -1 +1 @@
VERSION = "0.10.15"
VERSION = "0.10.16"