aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
28 stars 7 forks source link

[BUG] Rocky 8 AMI builds fail #185

Closed cartalla closed 9 months ago

cartalla commented 9 months ago

Describe the bug

When using the generated Rocky 8 AMI build config files the builds fail.

cartalla commented 9 months ago

The failure occurs when trying to install the packages for the lustre client. The latest version of Rocky Linux is 8.9 and the AWS lustre client only supports up to version 8.8.

So, limit the search for Rocky 8 AMIs to version 8.8. This resolves the build issue.

cartalla commented 9 months ago

There was also an issue installing numpy and pandas on RHEL 8 and Rocky 8 and arm64. For now just ignore those errors.