Add fully configured image for MATLAB 2025b #284
Conversation
|
This is great! Looks like the github runner was sufficient too, so we can avoid private repo/external runners complexity!! This is going to be merged into my PR branch, so we will have another change to review more carefully before it goes live. That said, it all looks reasonable to me. @aranega regarding the python deps, are they needed for the toolboxes? Maybe we could install from a |
|
@aranega Some are necessary for the tensorflow/keras models toolbox, and others for the dandi-io librariy, but some others were here historically here and I was afraid to break something I couldn't see directly by removing them. I can try to trim more and keep somewhere what I removed in case an error comes back later to have a log of what might be the solution. Got it for the |
|
I'd be fine with leaving trimmed requirements in the file commented out |
|
feel free to limit dependencies to matlab and dandi joint use cases. no need to consider all possible uses. we are trying to move to specific images. |
|
@satra @asmacdo Thanks for the feedback! I trimmed the python dependencies to the bare minimum, and I didn't see any weird behavior when executing the live-script examples. I let commented in the |
Summary
Upgrades the MATLAB image to target MATALAB 2025b, iterating on the MATLAB for Nebari base Dockerfile created by @asmacdo in #283 .
What's Changed
2.9.0because of an apparent regression introduced in2.10.0which breaks the live-script examples.dandi-iolibrary is installed as it relies on a dependency that is not supported for Python >= 3.13