Skip to content

Commit 8fb4df2

Browse files
committed
Fix opencv error
1 parent ba6c5a8 commit 8fb4df2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:0.8.15-python3.13-alpine
1+
FROM ghcr.io/astral-sh/uv:0.8.15-python3.13-trixie-slim
22

33
WORKDIR /app
44
COPY ./.python-version ./.python-version
@@ -10,4 +10,4 @@ RUN uv sync --locked --no-install-project
1010
COPY ./src ./src
1111
COPY ./main.py ./main.py
1212

13-
ENTRYPOINT [ "uv", "run", "./main.py" ]
13+
ENTRYPOINT [ "uv", "run", "./main.py" ]

0 commit comments

Comments
 (0)