anythingLLM / install_A02.sh
lattmamb's picture
Upload 25 files
6ad70c6 verified
raw
history blame contribute delete
237 Bytes
#!/bin/bash
# cachebuster script, this helps speed up docker builds
rm -rf /git/agent-zero
# run the original install script again
bash /ins/install_A0.sh "$@"
# remove python packages cache
. "/ins/setup_venv.sh" "$@"
pip cache purge