Skip to content

Commit

Permalink
Install necessary os libraries for OFV in Docker (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii authored Sep 5, 2024
1 parent 4f7bc19 commit 1eab9bd
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
Expand Up @@ -17,6 +17,8 @@ RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --no-root --only

FROM --platform=linux/amd64 python:3.10.14-bookworm AS runtime

RUN apt-get update && apt-get install -y ffmpeg libsm6 libxext6

ENV VIRTUAL_ENV=/app/.venv \
PATH="/app/.venv/bin:$PATH"

Expand Down

0 comments on commit 1eab9bd

Please sign in to comment.