Skip to content

Commit

Permalink
Merge pull request #410 from jhj0517/fix/dockerfile
Browse files Browse the repository at this point in the history
Fix dockerfile installation logic
  • Loading branch information
jhj0517 authored Nov 25, 2024
2 parents 29cfb07 + 7d895e9 commit 20317e0
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 @@ -11,7 +11,7 @@ COPY requirements.txt .

RUN python3 -m venv venv && \
. venv/bin/activate && \
pip install --no-cache-dir -r requirements.txt
pip install -U -r requirements.txt


FROM debian:bookworm-slim AS runtime
Expand Down

0 comments on commit 20317e0

Please sign in to comment.