openvino_notebooks icon indicating copy to clipboard operation
openvino_notebooks copied to clipboard

Release docker images with notebooks

Open ilya-lavrenov opened this issue 2 years ago • 0 comments

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?

ilya-lavrenov avatar Jan 06 '23 19:01 ilya-lavrenov