Skip to content

Commit cc90685

Browse files
committed
Install uv (https://docs.astral.sh/uv/) in base container
1 parent 8948dc0 commit cc90685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/container/Dockerfile.base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ remove_packages=(
6464
lsb-release
6565
)
6666

67+
curl -LsSf https://astral.sh/uv/install.sh | sh
68+
6769
apt-get remove -y ${remove_packages[@]}
6870
apt-get autoremove -y # removes python3-blinker which conflicts with pip-compile in JAX
6971
EOF

0 commit comments

Comments
 (0)