Open
Conversation
- Update to Python 3.10.14, which is currently the latest security release of Python 3.10 series. - Use crypto policy `DEFAULT:SHA1` instead of `LEGACY` to work around Habana GPG key with SHA-1 signature. It's less insecure than `LEGACY`. - Enable GPG checks for CentOS repositories. - Only install 64bit Intel oneMKL packages. The 32bit packages are not needed. - Use `$(DOCKER)` variable in Makefile for PyTorch container, so `make DOCKER=podman` works correctly. - Explicitly set `PYTHON_VERSION`, so the package installer uses a fully qualified Python binary (e.g. `python3.10`) for installation. - Use a `.pth` file instead of `PYTHONPATH` env var Signed-off-by: Christian Heimes <cheimes@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEFAULT:SHA1instead ofLEGACYto work around Habana GPG key with SHA-1 signature. It's less insecure thanLEGACY.$(DOCKER)variable in Makefile for PyTorch container, somake DOCKER=podmanworks correctly.PYTHON_VERSION, so the package installer uses a fully qualified Python binary (e.g.python3.10) for installation..pthfile instead ofPYTHONPATHenv var