Skip to content

Commit

Permalink
Add UV to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Aug 21, 2024
1 parent 1848bbf commit 9e55363
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/packages_setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ echo 'export PATH="/root/.local/bin:$PATH"' >> ~/.bashrc
export PATH="/root/.local/bin:$PATH"
poetry config virtualenvs.create false

# Add uv
$ curl -LsSf https://astral.sh/uv/install.sh | sh

curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
&& echo 'deb https://deb.nodesource.com/node_14.x buster main' > /etc/apt/sources.list.d/nodesource.list

Expand Down

0 comments on commit 9e55363

Please sign in to comment.