oshima
oshima
PIL.fromarray function cannot handle channel==1. TypeError has occurred. ``` from PIL import Image import numpy as np arr = np.random.rand(100,100,1) image = Image.fromarray(arr) Traceback (most recent call last): File "",...
This PR add concept of application plugin. ( Related #435 ) Infrakit 'app' is an application that can talk to the infrakit plugins using the plugin api but itself listens...
I would like to make it possible to manage GPU clusters using Infrakit. As an idea, first of all nvidia GPU only, create a flavor to install nvidia driver and...
Discussed at #425 >Infrakit 'app' is an application that can talk to the infrakit plugins using the plugin api but itself listens on a port and offers a REST api...
The MaaS plugin needs to be implemented as a minimum function as a plug-in. Refactor for robustness and current state support only vanilla flavor, so support swarm flavor first. The...