Skip to content

Commit

Permalink
chore(deps): update machine-learning (#12535)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 9a9d64a commit 12bfb19
Showing 1 changed file with 2 additions and 2 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:401b3d8761ddcd1eb1dbb2137a46e3c6644bb49516d860ea455d264309d49d66 AS builder-cpu
FROM python:3.11-bookworm@sha256:3cd9b520be95c671135ea1318f32be6912876024ee16d0f472669d3878801651 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:3660ba2e7ed780bf14fdf5d859894ba94c69c987fb4104b3e72ee541e579c602 AS prod-cpu
FROM python:3.11-slim-bookworm@sha256:50ec89bdac0a845ec1751f91cb6187a3d8adb2b919d6e82d17acf48d1a9743fc AS prod-cpu

FROM prod-cpu AS prod-openvino

Expand Down

0 comments on commit 12bfb19

Please sign in to comment.