Skip to content

Commit

Permalink
Ensure uv is used to build
Browse files Browse the repository at this point in the history
  • Loading branch information
amh-azeem committed Nov 19, 2024
1 parent 5bae42a commit f317185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && pip install uv

COPY requirements.txt .
RUN uv pip install --no-cache-dir -r requirements.txt
RUN uv pip install --no-cache-dir -r requirements.txt --system

COPY . .

Expand Down

0 comments on commit f317185

Please sign in to comment.