-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The ReaDDy process has been created but there is no way for executing it on our servers.
Obstacles
- The exported file from process bi-graph which has composition and state describes the entire graph being executed, but does not describe the specific classes that correlate with the steps being executed.
- That being, if you want to run a step there is no way to know which class said step is tied to and therefore the exported file is a dud.
- Getting ReaDDy to execute on Mac due to it's Conda dependency being built only for Intel Macs.
- Dynamically create Conda environments on the server
Solution
- Pre-load a core with all the standard processes with a specific name, including ReaDDy that way the same pbg file can be used locally and remote (circumventing the execution resolution problem for now)
- Setup a method creating Conda environments for our containers in which PB can run in.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request