After 4.12.0, there's an additional dashed version number, see the repo page. Putting in
stage += conda(..., version='22.11.1-1')
to try to target this directly leads to a hpccm error, since it can't parse the version and tries to do a comparison against 4.89. Also, some users might want to be able to target the 'latest' tag, which annoyingly doesn't have a direct version on that page.
After 4.12.0, there's an additional dashed version number, see the repo page. Putting in
to try to target this directly leads to a hpccm error, since it can't parse the version and tries to do a comparison against 4.89. Also, some users might want to be able to target the 'latest' tag, which annoyingly doesn't have a direct version on that page.