We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b972c commit c68b561Copy full SHA for c68b561
dockerfile
@@ -3,7 +3,7 @@ ARG PYTHON_VERSION=3.12
3
ARG UBUNTU_VERSION=noble
4
ARG POETRY_VERSION=1.6.1
5
6
-FROM python:$PYTHON_VERSION-slim AS builder
+FROM python:$PYTHON_VERSION-slim-bookworm AS builder
7
ARG POETRY_VERSION
8
9
ENV POETRY_HOME=/opt/poetry
@@ -23,7 +23,7 @@ COPY poetry.lock pyproject.toml /src
23
RUN poetry export --with=gpu --without-hashes -f requirements.txt > requirements.txt
24
25
26
-FROM python:$PYTHON_VERSION-slim
+FROM python:$PYTHON_VERSION-slim-bookworm
27
ARG PYTHON_VERSION
28
29
ENV PIP_DISABLE_PIP_VERSION_CHECK=on
0 commit comments