-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
๐ง buildPertains to CI and buildPertains to CI and build
Description
RobotLab is big and likely to get bigger as more cool features need more (exotic) dependencies.
We could just as easily spin a couple different intstallers a la Miniconda/Anaconda in CI.
MicrobotLab ๐ฌ
- for CI environments
- you'll already have browsers, etc. hopefully
- don't even ship conda (pip usually works, right? and conda is showing up on more CIs)
RobotLabLite ๐
- still a full working environment
- cut it down to the bone (
opencv,nodejs,pandoc), and even repackage some things (jupyterlab assets) - still ship conda so you can upgrade stuff
RobotLab ๐ญ
- as it is now!
- even shipping Firefox is great!
- this is ideal for the original intent of training on non-trivial things, where the setup of some of the things have proven (really hard for people to install](https://stackoverflow.com/search?q=opencv+install).
RobotHub ๐ก
- ship a whole littlest jupyter hub
- why not?
Metadata
Metadata
Assignees
Labels
๐ง buildPertains to CI and buildPertains to CI and build