diff options
author | Efraim Flashner | 2021-01-13 09:11:03 +0000 |
---|---|---|
committer | Shepherd | 2021-01-13 09:11:03 +0000 |
commit | 81a3744b784654d66d18ddc3cafee7ff36c56d18 (patch) | |
tree | f79d53ad82d0f3e42dc379cfb26885798fd5cddb | |
parent | 0cda4a683b55a2447c198359cd314cdbda95926a (diff) | |
download | gn-shepherd-services-81a3744b784654d66d18ddc3cafee7ff36c56d18.tar.gz |
ratspub: update service.
-rwxr-xr-x | run_ratspub.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/run_ratspub.sh b/run_ratspub.sh index b981db6..58aaceb 100755 --- a/run_ratspub.sh +++ b/run_ratspub.sh @@ -1,3 +1,3 @@ #!/bin/sh -cd $(/home/shepherd/guix-profiles/ratspub/bin/guix build ratspub-with-tensorflow-native) -/home/shepherd/guix-profiles/ratspub/bin/guix environment --ad-hoc ratspub-with-tensorflow-native -- ./server.py +cd $(/home/shepherd/guix-profiles/ratspub/bin/guix build -L /home/shepherd/guix-past/modules -L /home/shepherd/guix-bioinformatics ratspub-with-tensorflow-native) +/home/shepherd/guix-profiles/ratspub/bin/guix environment -L /home/shepherd/guix-past/modules -L /home/shepherd/guix-bioinformatics --ad-hoc ratspub-with-tensorflow-native -- ./server.py |