You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use it to build the environment based on a list of conda packages, which should always include the appose project
As a starting point for (1), there is some code here written by @carlosuc3m for bootstrapping a conda setup for use with jep. I would cherry-pick any useful code from there, adapting it to use micromamba instead.
This builder is necessary to fulfill Appose's primary initial use case: invoking DL models from Java, by executing Python in a separate process.
The text was updated successfully, but these errors were encountered:
Also in apple and linux the file needs to be set as an executable and sometimes it might encounter security problems with apple, there seems to be a way to circumvent it using a command:
@carlosuc3m For macOS (and maybe all platforms), I wonder if shipping micromamba with Fiji would alleviate the pain, assuming we finally start shipping a DMG installer for Fiji for macOS (fiji/fiji-builds#1). I believe that copying a .app out of a DMG to a new location causes macOS to clear the quarantine flag on all involved files under the hood. We will need to test this, of course. It may work in our favor with micromamba here.
To build a conda environment, we need to:
appose
projectAs a starting point for (1), there is some code here written by @carlosuc3m for bootstrapping a conda setup for use with jep. I would cherry-pick any useful code from there, adapting it to use micromamba instead.
This builder is necessary to fulfill Appose's primary initial use case: invoking DL models from Java, by executing Python in a separate process.
The text was updated successfully, but these errors were encountered: