Skip to content

Commit

Permalink
Update Apptainer.def
Browse files Browse the repository at this point in the history
Call pysr.load_all_packages()
  • Loading branch information
wkharold authored Aug 1, 2024
1 parent 75905b7 commit 1bf697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apptainer.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf697b

Please sign in to comment.