diff options
-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 |