sha256:e961750df7c83f49d9a8716f6bf222387c5222cf9e8aa0ed544811db4172aeaf
OS/ARCH
Compressed size
214.67 MB
Last pushed
about 1 year by davidgageot135
Type
Image
Manifest digest
sha256:0a76c5d55d03b5757d4d341b748c029a5b7c97aab1d81987f92a9bff2598c3dc
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;13.92 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B12RUN /bin/sh -c apt-get update107.42 MB13RUN /bin/sh -c pip install25.71 MB14ENV POETRY_NO_INTERACTION=1 POETRY_VENV_IN_PROJECT=1 POETRY_CACHE_DIR=/tmp/poetry_cache0 B15WORKDIR /app92 B16COPY pyproject.toml poetry.lock ./ #86.64 KB17RUN /bin/sh -c poetry config37.59 MB18COPY sample_agent/ ./sample_agent/ # buildkit4.73 KB19COPY langgraph.json ./ # buildkit251 B20EXPOSE &{[{{40 0} {40 0}}]0 B21ENV PORT=80000 B22LABEL com.docker.agent.packaging.version=v0.0.20 B23LABEL com.docker.agent.runtime=langchain0 B24LABEL com.docker.agent.secrets.models=OPENAI_API_KEY0 B25LABEL org.opencontainers.image.author=rumpl0 B26LABEL org.opencontainers.image.created=2025-09-16T09:17:39Z0 B27LABEL org.opencontainers.image.description=Demo of Docker Agent0 B28ENV PYTHONPATH=/app0 B29ENTRYPOINT ["python"]0 B30CMD ["-m" "sample_agent.demo"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'