diff options
author | Munyoki Kilyungi | 2025-05-01 14:32:45 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-05-01 14:32:45 +0300 |
commit | 8be799e98efe9d69943037c34cf5bcfd65cb8afc (patch) | |
tree | e1dfc2982c87c6ee73ef5fa521be4da2ea42b2aa /genenetwork-local-container.sh | |
parent | 88da69394d99b8519eca658fb7412c559755d596 (diff) | |
download | gn-machines-8be799e98efe9d69943037c34cf5bcfd65cb8afc.tar.gz |
Add missing llm db file.
Diffstat (limited to 'genenetwork-local-container.sh')
-rwxr-xr-x | genenetwork-local-container.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh index b0d3e69..885f592 100755 --- a/genenetwork-local-container.sh +++ b/genenetwork-local-container.sh @@ -49,6 +49,7 @@ GN_PROJECTS=( # File mappings: source -> destination declare -A FILE_MAPPINGS=( ["etc/auth.db"]="$BASE_DIR/var/genenetwork/auth.db" + ["etc/llm.db"]="$BASE_DIR/var/lib/genenetwork-sqlite/llm.db" ["etc/gn2-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn2/secrets.py" ["etc/gn3-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn3/secrets.py" ["etc/gn-auth-secrets.py"]="$BASE_DIR/etc/genenetwork/conf/gn-auth/secrets.py" |