Live data from Hacker News

Show HN: Running LLMs in one line of Python without Docker

lepton.ai

31–32 of 32 posts

Re: Show HN: Running LLMs in one line of Python without Docker

#32

But how can I use Python without Docker?

mind elaborate here a bit? Feel like the competition between python env management tools r quite stiff. env, conda, menba, poetry, (and docker for sure, but at different level).

Sure. Building a reproducible image of a Python app for another platform basically can’t be done without docker. With lots of devs using macOS and Linux servers, this is common scenario. Sadly, the dependency management tools are not built for this use case. Docker is the only cross compilation story in town.
Post reply on HN