Dave Trudgian
Dave Trudgian
Dropping this off the milestone... need to consider the apptainer solution to their #2166 and also consider the implications of adopting the runc approach given the moves toward closing of...
Closing as there hasn't been any follow-up. If the issue isn't resolved, please feel free to re-open this with some additional information about how exactly you installed Go.
Newer versions of SingularityCE don't use `nvidia-container-cli` to find the library list when only the `--nv` flag is specified. We only call `nvidia-container-cli` if `--nvccli` is also specified, in which...
To repicate using the tutorial containers... Expected substitution with older SCIF version in the image referenced in tutorials: ``` $ docker run vanessa/scif:hw exec hello-world-env echo [e]OMG [hello-world-env] executing /bin/echo...
It looks to me as if the root cause is the change here: https://github.com/vsoch/scif/commit/67ea1051bd326acb577c49a6095479b8bd37b75d#diff-9a3e86c7ce958be3e6d12390d98a2b51380fbd09434ecb030d839edc92574c87R175 From the PR: https://github.com/vsoch/scif/pull/68 `interactive` was previously true, so the command was executed in a shell,...
> lol! That was fast. I didn't realize the python scif was being used here. @dtrudg how do you want to fix it? Should I just revert the PR for...
As an aside... @vsoch ... is there any chance you'd be able to add tag this repo with the version used at each PyPi release? That would make it easier...
The `remote` command is exclusively for Sylabs cloud services, i.e. the container library `library://` URLs, remote builder, key store. ORAS support was only added in `3.3.0` - the older `3.2.0`...
Also, as a general rule, when creating containers using python.... either... * Use the distributions own python packages, installing them with the package manage. E.g. `apt install jupyter`. -or- *...