Repository:
https://github.com/cognitedata/using-cognite-python-sdk
Description:
As a developer working with the Cognite Python SDK, I would find it immensely helpful if the repository provided a Dockerfile to set up a virtual environment. This would allow for an environment to be set up consistently and effortlessly with just a few commands ( like "docker build" and "docker run" ) , saving developers from potential dependency issues or misconfigurations.
Benefits:
Consistent Setup: Eliminates environment discrepancies across different systems, ensuring consistent setup for all users.
Time-Saving: Significantly reduces the time developers spend resolving dependency issues.
Scalability: Useful for CI/CD pipeline integration in case needed in future.
Conclusion:
Adding a Dockerfile would make the onboarding process smoother for new users and improve the overall development experience. I'd appreciate if you could consider this feature request!
Thank you :)