LearningLangChain icon indicating copy to clipboard operation
LearningLangChain copied to clipboard

✨ Improve dev workflow by caching `pip install` with Docker

Open gwpl opened this issue 2 years ago • 0 comments

This commit introduces Docker usage to build an image that caches the installation of Python dependencies, preventing the need for repeated downloads and installations in subsequent runs. This enhances the development workflow by saving time and bandwidth.

gwpl avatar Jul 11 '23 14:07 gwpl