Skip to content

Commit

Permalink
Add uv to gitpod
Browse files Browse the repository at this point in the history
I thought this was already available
  • Loading branch information
mrchrisadams committed Nov 12, 2024
1 parent b2b65f9 commit a694f4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ RUN pyenv install 3.11 \
RUN wget https://deb.nodesource.com/setup_18.x -O /tmp/setup_18.x.sh
RUN sudo bash /tmp/setup_18.x.sh
RUN sudo apt-get install -y nodejs

# install uv
# https://docs.astral.sh/uv/getting-started/installation/
RUN curl -LsSf https://astral.sh/uv/install.sh | sh

0 comments on commit a694f4e

Please sign in to comment.