sha256:e53e09c6d8a7d43ebd88ef28d7d7ce58b95455cfb2ac0d570f9b4a0b00a82160
OS/ARCH
linux/amd64
Compressed size
266.86 MB
Last pushed
8 months by redi21
Type
Image
Manifest digest
sha256:e53e09c6d8a7d43ebd88ef28d7d7ce58b95455cfb2ac0d570f9b4a0b00a82160
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.90 B6ENV PYTHON_SHA256=ed5ef34cda36cfa2f3a340f07cac7e7814f91c7f3c411f6d3562323a866c5c660 B7RUN /bin/sh -c set -eux;11.19 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10RUN /bin/sh -c set -euo5.03 MB11RUN /bin/sh -c set -euo17.48 MB12RUN /bin/sh -c set -euo17.26 MB13RUN /bin/sh -c curl -sL8.42 MB14RUN /bin/sh -c adduser --disabled-password3.29 KB15USER autopilot0 B16ENV PATH=/home/autopilot/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B17WORKDIR /app95 B18COPY --chown=autopilot:autopilot requirements.txt . #204 B19RUN /bin/sh -c pip install162.06 MB20COPY --chown=autopilot:autopilot prompts prompts #70.81 KB21COPY --chown=autopilot:autopilot descriptions descriptions #754 B22COPY --chown=autopilot:autopilot main.py . #1.1 KB23COPY --chown=autopilot:autopilot demo demo #3.96 KB24COPY --chown=autopilot:autopilot remote_agents remote_agents #11.47 KB25COPY --chown=autopilot:autopilot remote_agents/config.py config.py #770 B26COPY --chown=autopilot:autopilot tools tools #15.7 MB27CMD ["sh" "-c" "uvicorn main:app0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'