Patrick Titzler 1be1817479 Fix and update release script and instructions (#2843) 2 years ago
..
Dockerfile 1be1817479 Fix and update release script and instructions (#2843) 2 years ago
README.md 27a771b27c Clarify build instructions (#2628) 2 years ago

README.md

Elyra Docker Image - Kubeflow Notebooks

This Dockerfile is used to build an Elyra notebook image that can be launched by Kubeflow's Notebook Server.

Ready-to-use container images are published on Docker Hub and quay.io. Refer to the documentation for details.

Building a custom container image

To build a custom version of this container image:

  1. Clone this repository
  2. Build the image using the Dockerfile or Dockerfile.dev:
    • (Option 1) In the repository root directory run make kf-notebook-image TAG=3.X.X to build with Elyra version 3.X.X
    • (Option 2) In the repository root directory run make kf-notebook-image TAG=dev to build with Elyra from your local source
  3. The container image is automatically tagged with elyra/kf-notebook:$TAG and quay.io/elyra/kf-notebook:$TAG