Closed mhoban closed 2 months ago
Maybe allow a usearch container to be given in addition to an executable? Will this ever happen?
Might as well also consolidate the usearch/vsearch processes.
Fixed in bd8c4c5294dcf63dd945a50debb20ae2aefef17b and merged
Currently, the usearch process runs in the context of the usearch container, whether or not the user supplies an external executable. Instead, when a user supplies a (presumably 64 bit) usearch executable, that process should run in system context with no containers, so dependencies and whatnot are not broken. This is tangentially related to #56, since we'll have to use dynamic containers to make this work.