Skip to main content
Closed

Feature request: Adding a Dockerfile for Easy Environment Configuration ( ds-basics course - Learn to Use the Cognite Python SDK)

Related products:Academy Trainings
  • October 29, 2024
  • 2 replies
  • 73 views

sebastiansrikanth
Active
Forum|alt.badge.img

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 :)

2 replies

Anders  Albert
Seasoned Practitioner
Forum|alt.badge.img
  • Seasoned Practitioner
  • November 7, 2024

Anders  Albert
Seasoned Practitioner
Forum|alt.badge.img
  • Seasoned Practitioner
  • November 7, 2024

What is the problem with using poetry for managing the python environment?