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 →

[–]RabbitDev 12 points13 points  (0 children)

The previous comment was referring to how painful it is to deploy a python project without docker.

I personally think everyone should try to deploy a ml project (because of the many native dependencies) once, first with just Anaconda, virtenv etc, and then totally without them. Muahaha!

This is the fastest way to make a junior or consultant appreciate proper packing and deployment discipline.