Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add apptainer definition file #6

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Add apptainer definition file #6

merged 2 commits into from
Oct 1, 2024

Conversation

espenhgn
Copy link
Contributor

@espenhgn espenhgn commented Oct 1, 2024

Fixes #5

Changes proposed in this pull request:

  • add apptainer definition file for building container.
  • simplify syntax for running apptainer build: ./mtag.sif or apptainer run mtag.sif should work.

Before submitting

  • I've read and followed all steps in the Making a pull request
    section of the CONTRIBUTING docs.
  • I've updated or added any relevant docstrings following the syntax described in the
    Writing docstrings section of the CONTRIBUTING docs.
  • If this PR fixes a bug, I've added a test that will fail without my fix.
  • If this PR adds a new feature, I've added tests that sufficiently cover my new functionality.

@espenhgn espenhgn added the enhancement New feature or request label Oct 1, 2024
@espenhgn espenhgn marked this pull request as draft October 1, 2024 09:01
@espenhgn espenhgn changed the title Espenhgn/issue5 Add apptainer definition file Oct 1, 2024
@espenhgn espenhgn marked this pull request as ready for review October 1, 2024 09:06
@espenhgn espenhgn merged commit f2ec594 into main Oct 1, 2024
7 checks passed
@espenhgn espenhgn deleted the espenhgn/issue5 branch October 1, 2024 09:06
espenhgn added a commit that referenced this pull request Oct 1, 2024
* Update README.md

* Add apptainer definition file (#6)

* Add .def file for apptainer build
Fixes #5

* test pep440 pattern

* bump version

* replace apptainer version

* version v0.1.0-rc3

* update README; shallow git clone

* WORKDIR

* mtag/SHA to list of software

* project name in sphinx-docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add .def file for apptainer build
1 participant