Skip to content

Commit

Permalink
build: set env UV_SYSTEM_PYTHON=true
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Sep 9, 2024
1 parent 1d9e534 commit 1004582
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3

ENV UV_SYSTEM_PYTHON=true

RUN apt-get update && apt-get install -y make

WORKDIR /sdk
Expand Down

0 comments on commit 1004582

Please sign in to comment.