You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
:ubuntu
image to the repoMove to the
how
:As above. There are many examples of this online.
The text was updated successfully, but these errors were encountered: