mattborgard
mattborgard
It looks like there's an actual functional error: ``` Traceback (most recent call last): File "/opt/anaconda3/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() File "/opt/anaconda3/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request return...
@splovyt If you have any insight on the imagio error, I'd appreciate it! I'll try upgrading Flask from 1.0.1 back to 1.1.1 (not a trivial change on the powerai image,...
One of the issues with a powerai base is that most of the packages are pinned to very specific versions. Some of these can be updated to different versions, but...
Some sort of "master template" in a repo, with just the image name replaced by some sort of script, makes a certain amount of sense. But as you said, I'm...