mhoban / rainbow_bridge

GNU General Public License v3.0
5 stars 2 forks source link

If usearch executable is supplied, process should execute in system context #90

Closed mhoban closed 2 months ago

mhoban commented 2 months ago

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.

mhoban commented 2 months ago

Maybe allow a usearch container to be given in addition to an executable? Will this ever happen?

mhoban commented 2 months ago

Might as well also consolidate the usearch/vsearch processes.

mhoban commented 2 months ago

Fixed in bd8c4c5294dcf63dd945a50debb20ae2aefef17b and merged