RedHatOfficial / rhelai-dev-preview

Red Hat Enterprise Linux AI -- Developer Preview
Apache License 2.0
120 stars 40 forks source link

make deepspeed fails with python-libs #16

Closed dthurston closed 2 weeks ago

dthurston commented 2 months ago

The install works fine until I hit the following error. I'm on RHEL 9.3.

(py-venv) [dthursto@virt rhelai-dev-preview]$ make deepspeed make[1]: Entering directory '/home/dthursto/py-venv/rhelai-dev-preview/training' make -C deepspeed/ image make[2]: Entering directory '/home/dthursto/py-venv/rhelai-dev-preview/training/deepspeed' rm -rf ../build/deepspeed-trainer "podman" build \ \ --file Containerfile \ --layers=false \ --squash-all \ --tag oci:../build/deepspeed-trainer . STEP 1/13: FROM nvcr.io/nvidia/cuda:12.1.1-cudnn8-devel-ubi9 STEP 2/13: RUN dnf install -y python python-devel git Updating Subscription Management repositories. Unable to read consumer identity subscription-manager is operating in container mode.

This system is not registered with an entitlement server. You can use subscription-manager to register.

cuda 12 MB/s | 1.5 MB 00:00
CentOS-7 82 MB/s | 11 MB 00:00
Red Hat Enterprise Linux 9 for x86_64 - BaseOS 82 MB/s | 17 MB 00:00
Red Hat Enterprise Linux 9 for x86_64 - AppStre 5.4 MB/s | 29 MB 00:05
Red Hat Universal Base Image 9 (RPMs) - BaseOS 3.0 MB/s | 515 kB 00:00
Red Hat Universal Base Image 9 (RPMs) - AppStre 12 MB/s | 2.1 MB 00:00
Red Hat Universal Base Image 9 (RPMs) - CodeRea 1.9 MB/s | 274 kB 00:00
Error: Problem 1: problem with installed package python3-librepo-1.14.5-1.el9.x86_64

ivanbaldo commented 1 month ago

Didn't happen to me when building recently. If you can't reproduce the error anymore, can you please close the issue? Thanks!!!