DEV Community

Discussion on: AWS Lambda, but with GPUs?

Collapse
 
andrewlucker profile image
Andrew Lucker • Edited

So you aren't using Tensorflow? What dependencies or even what language/OS are you talking about? Some environments drag more dependencies along with them than others; for example anything Apple is often hardware bound compared to lightweight environments like Domain Specific Languages.

Your example of AWS Lambda only supports very few languages for this reason. Also each of those languages are totally stripped of many builtins and adding libraries is hard.