Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature-Request] Provide Development Docker Images #1228

Open
Carter12s opened this issue Jan 31, 2025 · 1 comment
Open

[Feature-Request] Provide Development Docker Images #1228

Carter12s opened this issue Jan 31, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Carter12s
Copy link

Start with the why:

Since this project is relatively complex with a substantial number of dependencies that are required, it would be very convenient to users if there were published docker images containing a full working build of the project and examples. This can significantly speed up the time to a working example for users familiar with docker, and provides a good example of how to setup the needed dependencies for the project.

Furthermore, using multi-stage docker builds these images can provide a very easy method for users to extend these images for their application.

The DepthAI repo provides similar docker images, but it would be ideal if this repo also provided development focused ones.

Move to the what:

  • Add a Dockerfile, probably based on an ubuntu image to the repo
  • Expand CI to automatically generate and publish these docker images for each version release
  • Update documentation to point users to an example of using the docker images

Move to the how:

As above. There are many examples of this online.

@Carter12s Carter12s added the enhancement New feature or request label Jan 31, 2025
@moratom
Copy link
Collaborator

moratom commented Feb 5, 2025

@Carter12s thanks for the feature request.

I agree, this would be super useful for getting started, so I'm adding to our backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants