mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-21 08:03:46 +08:00
Switch from poetry to uv (#238)
* switch to uv from poetry * delete poetry.lock * add uv.lock, required-python, and switch to hatch as in openpilot * add uv.lock, required-python, and switch to hatch as in openpilot * update pyproject.toml and copy uv.lock to the docker image * return opencl * update uv.lock * fix precommit * use two spaces
This commit is contained in:
@@ -18,4 +18,4 @@ fi
|
||||
echo "Setting global python version"
|
||||
pyenv global $PYTHON_VERSION
|
||||
|
||||
pip3 install --no-cache-dir --upgrade pip poetry
|
||||
pip3 install --no-cache-dir --upgrade pip uv
|
||||
|
||||
Reference in New Issue
Block a user