update scar scvi-tools version to 1.4.3#11651
Merged
Merged
Conversation
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
Contributor
|
I think it would be more elegant to set |
Member
Author
Right, I was also worried about that but in the end thought "whatever". I'll change it. |
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
nictru
approved these changes
May 15, 2026
manascripts
pushed a commit
to manascripts/modules
that referenced
this pull request
May 21, 2026
* update scar scvi-tools version Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * hash Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> * set torch cache Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net> --------- Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up to #11648
Also updates scvi-tools for scar.
Further sets required environment variables. Otherwise, scvi-tools:py3.13-cu12-1.4.3- crashes inside
torch._dynamoinitialization when run with -u : and the UID isn't in /etc/passwd.PyTorch 2.7's inductor cache-dir helper calls
getpass.getuser(), which falls through to pwd.getpwuid() and raises KeyError for any UID not present in the container's passwd file. This is the default Docker/Singularity behaviour on most institutional setups (LDAP/AD-assigned UIDs).We set the
to fix this.