mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
build(devcontainer): add uvx installation (#11610)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user