From 5dce3bddf728ae82bf40cc6ad223cff9afcf3955 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 28 Oct 2024 16:26:53 -0500 Subject: Specify path to LLM database in production. * production.scm (operating-system)[services]{genenetwork-service-type}: Add llm-db-path. * production-deploy.sh: Share /export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa with container. Signed-off-by: Arun Isaac --- production-deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'production-deploy.sh') diff --git a/production-deploy.sh b/production-deploy.sh index 26f06f7..3791f06 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -35,6 +35,7 @@ container_script=$(guix system container \ --share=/export2/guix-containers/genenetwork/etc/genenetwork=/etc/genenetwork \ --share=/export2/guix-containers/genenetwork/var/lib/xapian=/var/lib/xapian \ --share=/export2/guix-containers/genenetwork/var/lib/genenetwork-sqlite=/var/lib/genenetwork-sqlite \ + --share=/export2/guix-containers/genenetwork/var/lib/genenetwork-gnqa=/var/lib/genenetwork-gnqa \ --share=/var/run/mysqld=/run/mysqld \ production.scm) -- cgit v1.2.3