sha256:b8acc89e098d77b190287b3c1425540bb72ba7645f2a8f035804b3b2da796e4e
OS/ARCH
linux/arm64
Compressed size
96.93 MB
Last pushed
9 months by redislabs
Type
Image
Manifest digest
sha256:50cad0d8182612046a29507f841466deef3606703b0adab31db53029aa1b5f57
Image Layers
1ADD file ... in / 27.83 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.17 MB6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B7ENV PYTHON_VERSION=3.12.30 B8RUN /bin/sh -c set -eux;11.42 MB9RUN /bin/sh -c set -eux;243 B10ENV PYTHON_PIP_VERSION=24.00 B11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B12ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B13RUN /bin/sh -c set -eux;2.91 MB14CMD ["python3"]0 B15WORKDIR /app92 B16RUN /bin/sh -c apt-get update36.34 MB17COPY requirements.txt . # buildkit444 B18RUN /bin/sh -c pip install14.76 MB19COPY ./app ./app # buildkit234.97 KB20COPY ./models ./models # buildkit14.57 KB21COPY ./templates ./templates # buildkit1.19 KB22RUN /bin/sh -c useradd -m254.16 KB23USER appuser0 B24EXPOSE map[8000/tcp:{}]0 B25CMD ["uvicorn" "app.main:app" "--host" "0.0.0.0"0 BCommand
ADD file:e23ba17afc7850bcca9e73ba5022db9f0a80c6a0250585fd3f50a1960226474b in /