Sign inSign up

harriedekorte/python-source-template:1187

Multi-platform
Index digest

sha256:9b81244c9f4ce8d470768ec32b83d41ec2eb0742e0294259240903938b0a7d34

OS/ARCH

Compressed size

102.94 MB

Last pushed

over 2 years by harriedekorte

Type

Image

Manifest digest

sha256:de4b4f02bb64d55a2852f7cb65643b222ea134a571ccc31ae00a08b63e924829

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.98 KB
19RUN /bin/sh -c poetry install39.2 MB
20COPY src /src/ # buildkit398 B
21CMD ["poetry" "run" "uvicorn" "api_main:app"0 B

Command

ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /