Container definitions file that installs scipy in a Python3 environment.
If including additional python packages, it is best to include them on the same line as scipy:
python3 -m pip install scipy package2 package3
See the python DockerHub page to see which versions of Python and operating systems are available and adjust the "from" line of the definition file accordingly.
| Type | Apptainer | |
| OS | Debian GNU/Linux 12 (bookworm) | |
| Base image | python:3.11 | DockerHub |
| Updated | 2024-03-06 | Andrew Owen |
| Last tested on HTC | 2024-03-06 | Andrew Owen |
| Last tested on HPC | - | - |
| Type | Docker | |
| OS | Debian GNU/Linux 12 (bookworm) | |
| Base image | python:3.11 | DockerHub |
| Updated | 2024-05-10 | Andrew Owen |
| Last tested on HTC | - | - |
| Last tested on HPC | - | - |