You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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 <[email protected]>
0 commit comments