Skip to content

Commit

Permalink
Merge branch 'main' into enable-user-options-from-option-menu-on-the-…
Browse files Browse the repository at this point in the history
…top-in-shared-album
  • Loading branch information
AnimeshKotka authored Oct 22, 2024
2 parents ee810d5 + 84e6e27 commit 14ab681
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 41 deletions.
4 changes: 2 additions & 2 deletions machine-learning/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG DEVICE=cpu

FROM python:3.11-bookworm@sha256:3cdce69fd5663ca47c420ec4d4df8e3545519a4030372f7d2064fb1be2279844 AS builder-cpu
FROM python:3.11-bookworm@sha256:70f1eb2927a8ef72840254b17024d3a8aa8c3c9715a625d426a2861b5899bc62 AS builder-cpu

FROM builder-cpu AS builder-openvino

Expand Down Expand Up @@ -34,7 +34,7 @@ RUN python3 -m venv /opt/venv
COPY poetry.lock pyproject.toml ./
RUN poetry install --sync --no-interaction --no-ansi --no-root --with ${DEVICE} --without dev

FROM python:3.11-slim-bookworm@sha256:5501a4fe605abe24de87c2f3d6cf9fd760354416a0cad0296cf284fddcdca9e2 AS prod-cpu
FROM python:3.11-slim-bookworm@sha256:5148c0e4bbb64271bca1d3322360ebf4bfb7564507ae32dd639322e4952a6b16 AS prod-cpu

FROM prod-cpu AS prod-openvino

Expand Down
Loading

0 comments on commit 14ab681

Please sign in to comment.