Skip to content

Commit 2af1902

Browse files
authored
Update Dockerfile to support uv (#1540)
1 parent cba2d5f commit 2af1902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chunks/lang-python/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN sudo install-packages \
3434
twine \
3535
# Install poetry
3636
&& curl -sSL https://install.python-poetry.org | python \
37+
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
3738
&& sudo rm -rf /tmp/*
3839

3940
# update `setuptools` used by our virtual environment

0 commit comments

Comments
 (0)