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