Commit 1dfadc8
authored
fix: Force uv to manage python itself (#335)
By default uv will use a system installed version of python when
available. We don't want this as later in the Dockerfile we require
/python to exist which it wont if uv has used a system installed
version. This will happen if the requested version of python is the same
as the default version in the base image.
https://docs.astral.sh/uv/concepts/python-versions/#requiring-or-disabling-managed-python-versions1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments