Search

Chapter 1. Updating Red Hat Enterprise Linux AI

download PDF

Red Hat Enterprise Linux AI allows you to update your instance so you can use the latest version of RHEL AI and InstructLab.

1.1. Updating your RHEL AI instance

You can update your instance to use the latest version of RHEL AI and InstructLab

Prerequisets

  • You installed and deployed a {prooduct-title} instance on one of the supported platforms.
  • You created a Red Hat registry account.

Procedure

  1. Log into your Red Hat registry account with the podman command:

    $ podman login registry.redhat.io --username <user-name> --password <user-password> --authfile /etc/ostree/auth.json

    Or you can log in with the skopeo command:

    $ skopeo login registry.redhat.io --username <user-name> --password <user-password> --authfile /etc/ostree/auth.json
  2. Upgrading to a minor version of Red Hat Enterprise Linux AI

    1. You can upgrade your instance to use the latest version of Red Hat Enterprise Linux AI by running the following command:

      $ sudo bootc switch <latest-rhelai-image>

      where

      <path-to-latest-image>

      Specify the latest version of the RHEL AI image.

      Example command

      $ sudo bootc switch registry.redhat.io/rhelai1/bootc-nvidia-rhel9:1.2

    2. Restart your system by running the following command:

      $ sudo reboot -n
  3. Upgrading to a z-stream version of Red Hat Enterprise Linux AI

    1. If a z-stream exists, you can upgrade your system to a z-stream version of RHEL AI by running the folllowing command:

      $ sudo bootc upgrade --apply
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.