Howdy all ![]()
I’d like to ship a Phoenix application that can call Python libraries. There are a few threads on this topic however packaging all the frameworks/libraries into 1 docker container (in general) does not appear to be so common (for “reasons” of course).
In any case, I’d like to do so. Just as Elixir releases create a single unit or bundle I “think” PyInstaller can do the same thing for a Python app/lib.
Ideally the final stage of my Dockerfile would copy the Elixir release and the Python release into the final container and therefore my Phoenix app could call to the python app (via ports or http).
Can this be done?
Has anyone done this?
Are there any gotchas I should know about? (aside from multi-app complexity in one container)
Are there Dockerfiles that people recommend for doing this?
Thank you for any feedback






















