Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
owainkenwayucl committed Mar 5, 2024
1 parent 1f86bf4 commit ff3f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs-project-dir/docs/Software_Guides/Singularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Stage: build
```


It copys the `pi.py` file into the image (the `%files` section), updates the packages in the container, installs the Code Ready Builder and EPEL repositories, and uses them to install `pip` and `virtualenv` (the `%post` section). Finally it uses those two tools to build a virtualenvironment with Numba to run the code in.
It copys the `pi.py` file into the image (the `%files` section), updates the packages in the container, installs the Code Ready Builder and EPEL repositories, and uses them to install `pip` and `virtualenv` (the `%post` section). Finally it uses those two tools to build a virtual environment with Numba to run the code in.

Finally it sets the container's run command to activate the virtual environment with the dependencies and execute `pi.py` (the `%runscript` section).

Expand Down

0 comments on commit ff3f2af

Please sign in to comment.