Skip to content

Commit

Permalink
Fixes apptainer version in docs (#357)
Browse files Browse the repository at this point in the history
# Description

After reporting binding issues on the cluster, this fix mentions the
`apptainer version 1.2.5-1.el7` used in our workflow in the cluster
documentation.

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have run all the tests with `./orbit.sh --test` and they pass
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
  • Loading branch information
pascal-roth authored Jan 22, 2024
1 parent 7fcc06a commit 5ad5843
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/deployment/cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ For simplicity, we recommend that an SSH connection is set up between the local
development machine and the cluster. Such a connection will simplify the file transfer and prevent
the user cluster password from being requested multiple times.

.. attention::
The workflow has been tested with ``apptainer version 1.2.5-1.el7``. There have been reported binding issues with
previous versions (such as ``apptainer version 1.1.3-1.el7``). Please ensure that you are using the latest version.

Configuring the cluster parameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 5ad5843

Please sign in to comment.