sha256:f8c46d6a1f76fd37c7b3038856621883b7b4294e7e56e3e92e05477fbe3b5525
OS/ARCH
Compressed size
56.19 MB
Last pushed
about 1 year by dabeeeenster
Type
Image
Manifest digest
sha256:ab8df7fea56f706243a930051a0e5dcff7680926c85378f50097a736c9a5147a
Image Layers
1
ADD file ... in /
27.78 MB
2
CMD ["bash"]
0 B
3
ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
4
ENV LANG=C.UTF-8
0 B
5
RUN /bin/sh -c set -eux;
3.35 MB
6
ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
0 B
7
ENV PYTHON_VERSION=3.12.1
0 B
8
RUN /bin/sh -c set -eux;
11.41 MB
9
RUN /bin/sh -c set -eux;
243 B
10
ENV PYTHON_PIP_VERSION=23.2.1
0 B
11
ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/049c52c665e8c5fd1751f942316e0a5c777d304f/public/get-pip.py
0 B
12
ENV PYTHON_GET_PIP_SHA256=7cfd4bdc4d475ea971f1c0710a5953bcc704d171f83c797b9529d9974502fcc6
0 B
13
RUN /bin/sh -c set -eux;
2.82 MB
14
CMD ["python3"]
0 B
15
WORKDIR /app
93 B
16
ARG TARGETARCH
0 B
17
RUN |1 TARGETARCH=amd64 /bin/sh -c
32 B
18
ENV VIRTUAL_ENV=/opt/venv
0 B
19
RUN |1 TARGETARCH=amd64 /bin/sh -c
6.13 MB
20
ENV PATH=/opt/venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
21
COPY requirements.txt /app/ # buildkit
591 B
22
RUN |1 TARGETARCH=amd64 /bin/sh -c
4.68 MB
23
COPY . /app/ # buildkit
15.42 KB
24
EXPOSE map[8000/tcp:{}]
0 B
25
USER nobody
0 B
26
CMD ["uvicorn" "src.main:app" "--host" "0.0.0.0"
0 B
Command
ADD file:9deb26e1dbc258df47629e6f8fbcea4e4b54e7673537cc925db16af858d9cc8d in /