aboutsummaryrefslogtreecommitdiff
path: root/run_pluto.sh
diff options
context:
space:
mode:
authorEfraim Flashner2023-09-20 03:13:44 -0500
committershepherd2023-09-20 03:13:44 -0500
commit687609d61c1c990222140a955687e1d11857c257 (patch)
treeb1b93a5333c7c9103cdc87fa12ed3d202d3ae359 /run_pluto.sh
parent7d649772f8b15b0cbc1f24fc529adb821c89d7eb (diff)
downloadgn-shepherd-services-687609d61c1c990222140a955687e1d11857c257.tar.gz
Update pluto service
Diffstat (limited to 'run_pluto.sh')
-rwxr-xr-xrun_pluto.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/run_pluto.sh b/run_pluto.sh
index 0acf720..7e61fb6 100755
--- a/run_pluto.sh
+++ b/run_pluto.sh
@@ -1,8 +1,7 @@
#!/bin/sh
-# Update the path to runpluto as the guix-profile changes.
-/home/shepherd/guix-profiles/pluto/bin/guix shell --container --network --no-cwd julia-visuals -- /gnu/store/wbci39sd5pqrjrb5ak0lkmv9jhnl35kv-julia-visuals-0.0.0-1.e7d670e/runpluto.sh
+/home/shepherd/guix-profiles/pluto/bin/guix build --no-grafts --cores=12 julia-visuals
+/home/shepherd/guix-profiles/pluto/bin/guix shell --container --network --pure julia-visuals nss-certs julia --expose=/etc/ssl --share=/home/shepherd/.julia=/home/shepherd/.julia -- runsliderserver
# Path found in the manifest file in the guix-profile
#$(/home/shepherd/guix-profiles/pluto/bin/guix system container /gnu/store/7zhrc956fl9v4x0fvaav5w8fj1ch3rpa-gn-bioinformatics/share/guile/site/3.0/gn/services/pluto.scm --network)
-#$(/home/shepherd/guix-profiles/pluto/bin/guix system container -L /home/shepherd/guix-past/modules/ -L /home/shepherd/guix-bioinformatics/ /home/shepherd/guix-bioinformatics/gn/services/pluto.scm --network)