sha256:baa8bd86a17c04513729f95b39ce26d98f4e25b282df98d0881ef3d04fbde2ae
OS/ARCH
linux/amd64
Compressed size
895.37 MB
Last pushed
5 months by simonsobs
Type
Image
Manifest digest
sha256:2e4aae072ea99b9e41304c30e7f36802a6a95b06254a368eb10f229191118253
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6WORKDIR /app93 B7ENV TZ=Etc/UTC0 B8RUN /bin/sh -c ln -snf189 B9RUN /bin/sh -c apt-get update177.99 MB10RUN /bin/sh -c pip install22.29 KB11COPY requirements.txt /app/requirements.txt # buildkit274 B12RUN /bin/sh -c pip3 install688.88 MB13COPY . . # buildkit81.65 KB14RUN /bin/sh -c pip install33.08 KB15EXPOSE [8010/tcp]0 B16ENTRYPOINT ["dumb-init" "gunicorn" "--bind" "0.0.0.0:8010"0 BCommand
ARG RELEASE