openvino_notebooks
openvino_notebooks copied to clipboard
Release docker images with notebooks
Do you think it's reasonable to publish docker images in parallel with OpenVINO releases?
Example: https://github.com/orgs/Homebrew/packages?repo_name=brew Here the product is released in docker image and they provide an ability to users to use docker from github container registry.
We could do the same and users who want to use latest released notebooks can use:
docker pull ghcr.io/openvinotoolkit/notebooks:latest
Or to take a specific release:
docker pull ghcr.io/openvinotoolkit/notebooks:2022.3.0
Or even try current development state:
docker pull ghcr.io/openvinotoolkit/notebooks:main
But it actually depends on the docker image size - do we have numbers?