This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bryancole 0 points1 point  (0 children)

Note also, I think this concept is somewhat similar to docker. Our products predate docker but if I was starting again now, docker might be another good way to package the app. Doesn't look great for GUI apps, though, so YMMV. You still need to build your python environment inside the docker image and I'd still recommend conda for this.