From 1bf697bcfd38717ad34671760c21480fb3834d02 Mon Sep 17 00:00:00 2001 From: wkharold Date: Thu, 1 Aug 2024 18:27:51 +0000 Subject: [PATCH] Update Apptainer.def Call pysr.load_all_packages() --- Apptainer.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apptainer.def b/Apptainer.def index b9255128..08ac5b4c 100644 --- a/Apptainer.def +++ b/Apptainer.def @@ -45,7 +45,7 @@ Stage: runtime pip3 install --no-cache-dir . export PYTHON_JULIAPKG_PROJECT="$HOME/.pysr" - python3 -c 'import pysr' + python3 -c 'import pysr; pysr.load_all_packages()' %runscript # Start ipython when the container is executed