Uploaded image for project: 'Red Hat OpenShift AI Engineering'
  1. Red Hat OpenShift AI Engineering
  2. RHOAIENG-1196

Packages JupyterLab and Notebook versions advertised do not match installed ones on AiKit spawned image

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Release Notes
    • Hide
      Previously documented as ODH-DASHBOARD-2140
      Package versions displayed in dashboard do not match installed versions

      The dashboard might display inaccurate version numbers for packages such as JupyterLab and Notebook. The package version number can differ in the image if the packages are manually updated.

      Workaround
      To find the true version number for a package, run the pip list command and search for the package name, as shown in the following examples:

      ----
      $ pip list | grep jupyterlab
      jupyterlab 3.5.3
      $ pip list | grep notebook
      notebook 6.5.3
      ----
      Show
      Previously documented as ODH-DASHBOARD-2140 Package versions displayed in dashboard do not match installed versions The dashboard might display inaccurate version numbers for packages such as JupyterLab and Notebook. The package version number can differ in the image if the packages are manually updated. Workaround To find the true version number for a package, run the pip list command and search for the package name, as shown in the following examples: ---- $ pip list | grep jupyterlab jupyterlab 3.5.3 $ pip list | grep notebook notebook 6.5.3 ----
    • Known Issue
    • Done

      Is there an existing issue for this?

      •  I have searched the existing issues

      Deploy type

      Downstream version (eg. OpenShift AI 2.4)

      Version

      RHODS 2.4 RC1 on Managed Cluster

      Current Behavior

      Packages JupyterLab and Notebook versions advertised do not match installed ones on AiKit spawned image

       {{$ pip list | grep jupyterlab
      jupyterlab 3.5.3
      $ pip list | grep notebook
      notebook 6.5.3}}
       

      Expected Behavior

      Versions advertised should match those already installed on the image

            Unassigned Unassigned
            rh-ee-asanzgom Adrián Sanz Gómiz
            RHOAI IDE
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: