Installing PySR on cluster #874
-
Hi Miles, Thanks for the active support. I am trying to install PySR on a cluster. After building my Apptainer.def, when I load the .sif and import the PySR package (apptainer run my_container.sif /opt/venv/bin/python -c "import pysr; print(pysr.version)"), I get this error "OSError: [Errno 30] Read-only file system: '/opt/venv/julia_env'" Below is my Apptainer.def: "Bootstrap: docker %post
" I wonder how I can solve this issue. Do you have any tips? Appreciate your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is a working Apptainer.def here you could use: https://github.com/MilesCranmer/PySR/blob/master/Apptainer.def |
Beta Was this translation helpful? Give feedback.
There is a working Apptainer.def here you could use: https://github.com/MilesCranmer/PySR/blob/master/Apptainer.def