From ae6fa1540e90d27cf4fa8060a70377f534aede53 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 28 Jun 2020 09:46:58 +0000 Subject: bnw, ratspub: Update service. --- run_bnw.sh | 2 +- run_ratspub.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/run_bnw.sh b/run_bnw.sh index 6c9e102..ef00016 100755 --- a/run_bnw.sh +++ b/run_bnw.sh @@ -1,2 +1,2 @@ #!/bin/sh -$(/var/guix/profiles/per-user/shepherd/20200503/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) +$(/home/shepherd/.config/guix/20200503/bin/guix system container /home/shepherd/guix-bioinformatics/gn/services/bnw-container.scm --share=/home/shepherd/logs/bnw-server=/var/log --network) diff --git a/run_ratspub.sh b/run_ratspub.sh index d10c1d6..a4b3392 100755 --- a/run_ratspub.sh +++ b/run_ratspub.sh @@ -1,3 +1,3 @@ #!/bin/sh -cd $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build ratspub) -/var/guix/profiles/per-user/shepherd/current-guix/bin/guix environment --ad-hoc ratspub -- ./server.py +cd $(/var/guix/profiles/per-user/shepherd/current-guix/bin/guix build ratspub-with-tensorflow-native) +/var/guix/profiles/per-user/shepherd/current-guix/bin/guix environment --ad-hoc ratspub-with-tensorflow-native -- ./server.py -- cgit v1.2.3