Sign inSign up

harriedekorte/python-source-template:1184

Multi-platform
Index digest

sha256:eca0e9285e1cc7db28153c2da5eeb6724c514efb38479d2ad65d8c58009069d1

OS/ARCH

Compressed size

102.94 MB

Last pushed

over 2 years by harriedekorte

Type

Image

Manifest digest

sha256:ecb3c242b453285af0150e2d607bf942392bbe649db26d11ef41a86d74b3f5f5

Image Layers

1ADD file ... in / 27.83 MB
2CMD ["bash"]0 B
3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
4ENV LANG=C.UTF-80 B
5RUN /bin/sh -c set -eux;3.17 MB
6ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
7ENV PYTHON_VERSION=3.10.140 B
8RUN /bin/sh -c set -eux;11.79 MB
9RUN /bin/sh -c set -eux;244 B
10ENV PYTHON_PIP_VERSION=23.0.10 B
11ENV PYTHON_SETUPTOOLS_VERSION=65.5.10 B
12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B
13ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B
14RUN /bin/sh -c set -eux;3.21 MB
15CMD ["python3"]0 B
16RUN /bin/sh -c python -m17.71 MB
17WORKDIR /src93 B
18COPY pyproject.toml poetry.toml poetry.lock ./41.99 KB
19RUN /bin/sh -c poetry install39.2 MB
20COPY src /src/ # buildkit382 B
21CMD ["poetry" "run" "uvicorn" "api_main:app"0 B

Command

ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /