build(devcontainer): add uvx installation (#11610)

This commit is contained in:
Jessica Kerr 2025-11-03 12:37:54 -06:00 committed by GitHub
parent 0f054c740c
commit 4c81965c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,5 +7,8 @@ git config --global --add safe.directory "$(realpath .)"
# Install `nc` # Install `nc`
sudo apt update && sudo apt install netcat -y sudo apt update && sudo apt install netcat -y
# Install `uv` and `uvx`
wget -qO- https://astral.sh/uv/install.sh | sh
# Do common setup tasks # Do common setup tasks
source .openhands/setup.sh source .openhands/setup.sh