Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Dockerfile.redhat #2904

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

stevegrubb
Copy link
Contributor

This patch makes some updates to redhat Dockerfile. From top to bottom:

  • Adds parallelism to pugixml build
  • Removes a clean all just before it continues installing
  • Drops the codeready-builder repo
  • Verifies the CUDA environment is complete before building
  • Removes some verbosity on tar commands
  • Removes downloading cmake-3.24 - 3.26 is already present and newer
  • Near the end when sourcing the gpu install script, it can't find it. Make it and absolute path to avoid this problem
  • Drop shadow-utils since it's already installed
  • Add a dnf clean all after installing python39-libs
  • Fix a small typo

🛠 Summary

JIRA/Issue if applicable.
Describe the changes.

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

This patch makes some updates to redhat Dockerfile. From top to bottom:

 - Adds parallelism to pugixml build
 - Removes a clean all just before it continues installing
 - Drops the codeready-builder repo
 - Verifies the CUDA environment is complete before building
 - Removes some verbosity on tar commands
 - Removes downloading cmake-3.24 - 3.26 is already present and newer
 - Near the end when sourcing the gpu install script, it can't find it. Make it and absolute path to avoid this problem
 - Drop shadow-utils since it's already installed
 - Add a dnf clean all after installing python39-libs
 - Fix a small typo
@dtrawins dtrawins requested a review from atobiszei December 11, 2024 13:59
@dtrawins dtrawins mentioned this pull request Dec 12, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants