|
|
|
|
|
by pacala
3055 days ago
|
|
That is a solid solution. As long as everyone in the ecosystem is on JVM, more power to you. If, for example, one needs to interface with some cutting edge DL modules written in Python, one needs something else. The transitive closure over "something else" is called "containerization". PS. Maybe "EAR" also supports Python. But then I'd argue "EAR" is a "container". |
|
Using containers is essentially:
- uh, I have problem with these dependencies, dealing with RPMs is such a nightmare, I need to generate OS specific packages and there might be conflicts with existing packages that are used by the system...
- oh I know, let just bundle our app with the entire OS!