diff options
author | Efraim Flashner | 2020-06-28 09:46:58 +0000 |
---|---|---|
committer | Shepherd | 2020-06-28 09:46:58 +0000 |
commit | ae6fa1540e90d27cf4fa8060a70377f534aede53 (patch) | |
tree | 4b2e5549a35ba00b1df58bf94940df699d2d534d | |
parent | 37d28d77478aa3a994022be857330630fdb9ecfd (diff) | |
download | gn-shepherd-services-ae6fa1540e90d27cf4fa8060a70377f534aede53.tar.gz |
bnw, ratspub: Update service.
-rwxr-xr-x | run_bnw.sh | 2 | ||||
-rwxr-xr-x | run_ratspub.sh | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 |