Commit 41044a6
committed
NO-JIRA: chore(scripts/pylocks_generator.sh): regenerate locks with
This is due to changes in latest uv that have caused rhds builds to fail with
```
+ uv pip install --strict --no-deps --no-cache --no-config --no-progress --verify-hashes --compile-bytecode --index-strategy=unsafe-best-match --requirements=./pylock.toml
warning: The `--pylock` option is experimental and may change without warning. Pass `--preview-features pylock` to disable this warning.
Using Python 3.12.9 environment at: /opt/app-root
error: Package `ray` can't be installed because it doesn't have a source distribution or wheel for the current platform
hint: You're on Linux (`manylinux_2_34_aarch64`), but `ray` (v2.47.1) only has wheels for the following platform: `manylinux2014_x86_64`; consider adding "sys_platform == 'linux' and platform_machine == 'aarch64'" to `tool.uv.required-environments` to ensure uv resolves to a version with compatible wheels
```
and other such fan messages when only x86-64 gets resolved.--universal option enabled1 parent 701c04b commit 41044a6
File tree
19 files changed
+54035
-1701
lines changed- codeserver/ubi9-python-3.12
- jupyter
- datascience/ubi9-python-3.12
- minimal/ubi9-python-3.12
- pytorch+llmcompressor/ubi9-python-3.12
- pytorch/ubi9-python-3.12
- rocm
- pytorch/ubi9-python-3.12
- tensorflow/ubi9-python-3.12
- tensorflow/ubi9-python-3.12
- trustyai/ubi9-python-3.12
- rstudio
- c9s-python-3.12
- rhel9-python-3.12
- runtimes
- datascience/ubi9-python-3.12
- minimal/ubi9-python-3.12
- pytorch+llmcompressor/ubi9-python-3.12
- pytorch/ubi9-python-3.12
- rocm-pytorch/ubi9-python-3.12
- rocm-tensorflow/ubi9-python-3.12
- tensorflow/ubi9-python-3.12
- scripts
19 files changed
+54035
-1701
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Lines changed: 4415 additions & 140 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
0 commit comments