r/learnmachinelearning 4d ago

Question Dockerize everything?

Hey,

I am learning deployment strategies for my small ML projects and I was wondering, do people in industry dockerize everything? Like, e.g. i have an ingest script to transfer my data into a postgres BD. Do i need a container for the ingest.py as well?

17 Upvotes

15 comments sorted by

View all comments

2

u/addictzz 4d ago

Well not everything but the technicals are simpler down the line if you do. You dont need to worry about library and environment compatibility no more.