Skip to content

Commit

Permalink
build: update uv installation into docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jan 18, 2025
1 parent deb762e commit 6159464
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ RUN \
bison \
flex

# configure Python environment
RUN python3 -m pip install pip --upgrade && \
python3 -m pip install -r requirement-uv.txt && \
# install UV and create .venv
RUN curl -LsSf https://astral.sh/uv/$(cat ./requirement-uv.txt | awk -F'==' '{print $2}' | tr -d ' \n')/install.sh | /bin/sh && \
uv sync --frozen --no-install-project

# install shared tools from tools.json;
Expand Down

0 comments on commit 6159464

Please sign in to comment.