Keep a real git repo in the docker image
This commit is contained in:
parent
548a286992
commit
dba092fc15
|
|
@ -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' \
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "0.10.15"
|
||||
VERSION = "0.10.16"
|
||||
|
|
|
|||
Loading…
Reference in New Issue