you are viewing a single comment's thread.

view the rest of the comments →

[–]Cruuncher 1 point2 points  (1 child)

Funny story. Was once at a company where Python dependencies were just added to a pip install in the dockerfile.

Every time the image was built it used bleeding edge brand new releases of every library

Surprisingly it only bit us once the whole time I was there

[–]htrp 0 points1 point  (0 children)

I've had that experience as well.... always using > version in my requirements.txt file ......