@AlexBorges

0 Followers
17 Following
2 Posts

Check out the book DevOps for Data Science by Alex Gold.

Want your work to make a real impact? DevOps for Data Science is your guide to bringing you & your team's analytic insights into production. Learn practical DevOps strategies tailored for data science to streamline workflows, collaborate with IT, and drive meaningful results.

Learn more at https://posit.co/blog/devops-for-ds/

#DataScience #posit #DevOps

Posit

Posit
@andrew yeah I know what you mean. Well, there is no way to actually automate this (there is a package that can query package manager @posit but you can't really depends on that) but some strides have been made to make it easyer. Package manager is actually the most important a time saver and it will tell you the os deps. The way I do it is two docker files. One for apt and one with my app or pipeline, built from the former with renv cache shared amongst containers. It's documented and cool.