aidlearning / AidLearning-FrameWork

🔥🔥🔥AidLearning is a powerful AIOT development platform, AidLearning builds a linux env supporting GUI, deep learning and visual IDE on Android...Now Aid supports CPU+GPU+NPU for inference with high performance acceleration...Linux on Android or HarmonyOS
https://docs.aidlux.com
Other
5.56k stars 706 forks source link

modularization to cut down storage usage #92

Open SpinningK opened 4 years ago

SpinningK commented 4 years ago

There are many apps in aid learning, but for some users, they just need one or two of them. I think all the apps are based on a basic linux environment. So why not just install the essential components at first and give a graphic panel or one-line-commands for users to install the apps they need. In this way we can cut down both downloading time in the first boot and the storage usage and we can also upgrade apps independently.

aidlearning commented 4 years ago

It's a good idea! We plan to do this. It's annoying because of the arm64 architecture,Many dependent packages need to be compiled and configured, not in the sources lists of Linux apt。 thank u anyway!