Churn Prediction¶
Install packages
Append notebooks directory to sys.path
Import packages
Training pipeline
| app/train.py | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | |
Run pipeline
Application code
Dockerfile
Dependencies
| app/pyproject.toml | |
|---|---|
Build docker image
[?25l
[?25h[?25l[+] Building 0.0s (0/1) docker:default
[?25h[?25l[+] Building 0.2s (1/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.2s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.2s
[?25h[?25l[+] Building 0.4s (1/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.3s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.3s
[?25h[?25l[+] Building 0.5s (1/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.5s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.5s
[?25h[?25l[+] Building 0.7s (1/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.6s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.6s
[?25h[?25l[+] Building 0.8s (1/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.8s
[?25h[?25l[+] Building 0.8s (2/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.8s
[?25h[?25l[+] Building 1.0s (2/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 0.9s
[?25h[?25l[+] Building 1.1s (2/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.1s
[?25h[?25l[+] Building 1.3s (2/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.2s
[?25h[?25l[+] Building 1.4s (3/3) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
[?25h[?25l[+] Building 1.5s (6/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.0s
=> => transferring context: 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
[?25h[?25l[+] Building 1.7s (7/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.2s
[?25h[?25l[+] Building 1.9s (8/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
[?25h[?25l[+] Building 2.0s (9/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
[?25h[?25l[+] Building 2.2s (9/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
[?25h[?25l[+] Building 2.2s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
[?25h[?25l[+] Building 2.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.2s
[?25h[?25l[+] Building 2.5s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.3s
[?25h[?25l[+] Building 2.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.4s
[?25h[?25l[+] Building 2.8s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.6s
[?25h[?25l[+] Building 3.0s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.7s
[?25h[?25l[+] Building 3.1s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 0.9s
[?25h[?25l[+] Building 3.3s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.1s
[?25h[?25l[+] Building 3.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.2s
[?25h[?25l[+] Building 3.6s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.3s
[?25h[?25l[+] Building 3.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.5s
[?25h[?25l[+] Building 3.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.7s
[?25h[?25l[+] Building 4.0s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 1.8s
=> => # Using CPython 3.11.14 interpreter at: /usr/local/bin/python3.11
=> => # Creating virtual environment at: .venv
[?25h[?25l[+] Building 4.3s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.0s
=> => # Creating virtual environment at: .venv
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
[?25h[?25l[+] Building 4.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.2s
=> => # Creating virtual environment at: .venv
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
[?25h[?25l[+] Building 4.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.2s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 4.6s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.3s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 4.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.5s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 4.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.6s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.0s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.8s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.2s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 2.9s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.3s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.1s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.5s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.2s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.6s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.4s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.8s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.5s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 5.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.7s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.1s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 3.8s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.2s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.0s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.1s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.5s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.3s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.4s
=> => # Resolved 20 packages in 1ms
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
[?25h[?25l[+] Building 6.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.4s
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
[?25h[?25l[+] Building 6.8s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.6s
=> => # Downloading numpy (15.9MiB)
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
[?25h[?25l[+] Building 6.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.7s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.1s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 4.9s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.2s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.0s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.2s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.5s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.3s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.5s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.6s
=> => # Downloading scikit-learn (9.3MiB)
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
[?25h[?25l[+] Building 7.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.7s
=> => # Downloading pydantic-core (2.0MiB)
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
=> => # Downloaded scipy
[?25h[?25l[+] Building 8.1s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 5.9s
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
=> => # Downloaded scipy
=> => # Prepared 18 packages in 3.91s
[?25h[?25l[+] Building 8.2s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.0s
=> => # Downloading scipy (33.5MiB)
=> => # Downloaded pydantic-core
=> => # Downloaded scikit-learn
=> => # Downloaded numpy
=> => # Downloaded scipy
=> => # Prepared 18 packages in 3.91s
[?25h[?25l[+] Building 8.3s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.0s
=> => # + scipy==1.17.0
=> => # + starlette==0.50.0
=> => # + threadpoolctl==3.6.0
=> => # + typing-extensions==4.15.0
=> => # + typing-inspection==0.4.2
=> => # + uvicorn==0.40.0
[?25h[?25l[+] Building 8.4s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.2s
=> => # + scipy==1.17.0
=> => # + starlette==0.50.0
=> => # + threadpoolctl==3.6.0
=> => # + typing-extensions==4.15.0
=> => # + typing-inspection==0.4.2
=> => # + uvicorn==0.40.0
[?25h[?25l[+] Building 8.6s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.3s
=> => # + scipy==1.17.0
=> => # + starlette==0.50.0
=> => # + threadpoolctl==3.6.0
=> => # + typing-extensions==4.15.0
=> => # + typing-inspection==0.4.2
=> => # + uvicorn==0.40.0
[?25h[?25l[+] Building 8.7s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.5s
=> => # + scipy==1.17.0
=> => # + starlette==0.50.0
=> => # + threadpoolctl==3.6.0
=> => # + typing-extensions==4.15.0
=> => # + typing-inspection==0.4.2
=> => # + uvicorn==0.40.0
[?25h[?25l[+] Building 8.9s (10/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> => # + scipy==1.17.0
=> => # + starlette==0.50.0
=> => # + threadpoolctl==3.6.0
=> => # + typing-extensions==4.15.0
=> => # + typing-inspection==0.4.2
=> => # + uvicorn==0.40.0
[?25h[?25l[+] Building 8.9s (11/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
[?25h[?25l[+] Building 9.0s (11/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
[?25h[?25l[+] Building 9.1s (12/12) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
[?25h[?25l[+] Building 9.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.2s
=> => exporting layers 0.2s
[?25h[?25l[+] Building 9.4s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[?25l[+] Building 9.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[?25l[+] Building 9.7s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.6s
=> => exporting layers 0.6s
[?25h[?25l[+] Building 9.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.8s
=> => exporting layers 0.8s
[?25h[?25l[+] Building 10.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 0.9s
=> => exporting layers 0.9s
[?25h[?25l[+] Building 10.2s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[?25l[+] Building 10.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.2s
=> => exporting layers 1.2s
[?25h[?25l[+] Building 10.5s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[?25l[+] Building 10.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.5s
=> => exporting layers 1.5s
[?25h[?25l[+] Building 10.8s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.7s
=> => exporting layers 1.7s
[?25h[?25l[+] Building 10.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.8s
=> => exporting layers 1.8s
[?25h[?25l[+] Building 11.1s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 1.9s
=> => exporting layers 1.9s
[?25h[?25l[+] Building 11.2s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.1s
=> => exporting layers 2.1s
[?25h[?25l[+] Building 11.4s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.3s
=> => exporting layers 2.3s
[?25h[?25l[+] Building 11.5s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.4s
=> => exporting layers 2.4s
[?25h[?25l[+] Building 11.7s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.6s
=> => exporting layers 2.6s
[?25h[?25l[+] Building 11.8s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.7s
=> => exporting layers 2.7s
[?25h[?25l[+] Building 12.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 2.9s
=> => exporting layers 2.9s
[?25h[?25l[+] Building 12.1s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.0s
=> => exporting layers 3.0s
[?25h[?25l[+] Building 12.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.2s
=> => exporting layers 3.1s
[?25h[?25l[+] Building 12.4s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.3s
=> => exporting layers 3.3s
[?25h[?25l[+] Building 12.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.4s
=> => exporting layers 3.4s
[?25h[?25l[+] Building 12.7s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.6s
=> => exporting layers 3.6s
[?25h[?25l[+] Building 12.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.7s
=> => exporting layers 3.7s
[?25h[?25l[+] Building 13.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 3.9s
=> => exporting layers 3.9s
[?25h[?25l[+] Building 13.2s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.0s
=> => exporting layers 4.0s
[?25h[?25l[+] Building 13.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.2s
=> => exporting layers 4.2s
[?25h[?25l[+] Building 13.5s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.4s
=> => exporting layers 4.4s
[?25h[?25l[+] Building 13.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.5s
=> => exporting layers 4.5s
[?25h[?25l[+] Building 13.8s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.6s
=> => exporting layers 4.6s
[?25h[?25l[+] Building 13.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.8s
=> => exporting layers 4.8s
[?25h[?25l[+] Building 14.1s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 4.9s
=> => exporting layers 4.9s
[?25h[?25l[+] Building 14.2s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.1s
=> => exporting layers 5.1s
[?25h[?25l[+] Building 14.4s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.3s
=> => exporting layers 5.3s
[?25h[?25l[+] Building 14.5s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.4s
=> => exporting layers 5.4s
[?25h[?25l[+] Building 14.7s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.5s
=> => exporting layers 5.5s
[?25h[?25l[+] Building 14.8s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.7s
=> => exporting layers 5.7s
[?25h[?25l[+] Building 15.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 5.8s
=> => exporting layers 5.8s
[?25h[?25l[+] Building 15.1s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.0s
=> => exporting layers 6.0s
[?25h[?25l[+] Building 15.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.2s
=> => exporting layers 6.2s
[?25h[?25l[+] Building 15.4s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.3s
=> => exporting layers 6.3s
[?25h[?25l[+] Building 15.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.5s
=> => exporting layers 6.5s
[?25h[?25l[+] Building 15.7s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.6s
=> => exporting layers 6.6s
[?25h[?25l[+] Building 15.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.8s
=> => exporting layers 6.7s
[?25h[?25l[+] Building 16.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 6.9s
=> => exporting layers 6.9s
[?25h[?25l[+] Building 16.2s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.0s
=> => exporting layers 7.0s
[?25h[?25l[+] Building 16.3s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.2s
=> => exporting layers 7.2s
[?25h[?25l[+] Building 16.5s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.3s
=> => exporting layers 7.4s
[?25h[?25l[+] Building 16.6s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.5s
=> => exporting layers 7.5s
[?25h[?25l[+] Building 16.8s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.7s
=> => exporting layers 7.7s
[?25h[?25l[+] Building 16.9s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.8s
=> => exporting layers 7.8s
[?25h[?25l[+] Building 17.0s (12/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 7.9s
=> => exporting layers 7.9s
[?25h[?25l[+] Building 17.2s (13/13) docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 8.0s
=> => exporting layers 7.9s
=> => writing image sha256:ace52a950aabd9dad138cecebf4413525f1706e5a43d7 0.0s
=> => naming to docker.io/library/fastapi-predict-churn 0.0s
[?25h[?25l[+] Building 17.3s (13/13) FINISHED docker:default
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 368B 0.0s
=> [internal] load metadata for ghcr.io/astral-sh/uv:latest 0.8s
=> [internal] load metadata for docker.io/library/python:3.11-slim-bookw 1.3s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> CACHED FROM ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ea 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 2.77kB 0.0s
=> CACHED [stage-0 1/6] FROM docker.io/library/python:3.11-slim-bookworm 0.0s
=> [stage-0 2/6] COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ 0.3s
=> [stage-0 3/6] WORKDIR /code 0.2s
=> [stage-0 4/6] COPY pyproject.toml uv.lock .python-version ./ 0.2s
=> [stage-0 5/6] RUN uv sync --locked 6.6s
=> [stage-0 6/6] COPY main.py model.bin ./ 0.2s
=> exporting to image 8.0s
=> => exporting layers 7.9s
=> => writing image sha256:ace52a950aabd9dad138cecebf4413525f1706e5a43d7 0.0s
=> => naming to docker.io/library/fastapi-predict-churn 0.0s
[?25h
Run application
Check running applications
Request application
Stop container
Delete container image