Uploaded image for project: 'AI Platform Core Components'
  1. AI Platform Core Components
  2. AIPCC-7795

RHOAI 3.4: migrate Jupyter/PyTorch image to AIPCC wheels( pandoc package)

    • False
    • Hide

      None

      Show
      None
    • False
    • AIPCC-1627Migrate RHOAI Images to Use AIPCC Wheels

      Requested Package Name and Version:

      Give the exact requirement specification of the package as it appears in your requirements.txt or pyproject.toml, including the name, any extras specifier and the version. If you know the GitHub or gitlab repository that hosts the source, including that link will be helpful, too. For example:

      pandoc>=3.7.0.2
      

      Brief Explanation for request

      https://github.com/opendatahub-io/notebooks/blob/804430d95da0aa266a5e582a4fceb98ef55aba09/jupyter/utils/install_pdf_deps.sh#L77

      # pandoc installation
      # https://github.com/jgm/pandoc/releases/3.7.0.2
      curl -fL "https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-${ARCH}.tar.gz"  -o /tmp/pandoc.tar.gz
      mkdir -p /usr/local/pandoc
      tar xvzf /tmp/pandoc.tar.gz --strip-components 1 -C /usr/local/pandoc/
      rm -f /tmp/pandoc.tar.gz
      

      This is not the right way to do things and we'd like to bring the image build up to company standard.

      QE user acceptance tests

      Jupyterlab uses this to convert jupyterlab notebooks to pdf; it first converts it to latex and then uses latex to render the pdf.

      Package License

      You must verify that this package has a license (or legal agreement) that allows the package to be included in Red Hat products. In general, packages that are on the Fedora Project's Allowed Licenses (https://docs.fedoraproject.org/en-US/legal/allowed-licenses/) can be included.

       

              epacific@redhat.com Einat Pacifici
              jdanek@redhat.com Jiri Daněk
              Doug Hellmann
              Frank's Team
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated: