You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3 lines
360 B
3 lines
360 B
#!/bin/sh
|
|
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
|
|
|