Sign inSign up

davidgageot135/lagent:latest

Multi-platform
Index digest

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 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.21 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.11.130 B
7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B
8RUN /bin/sh -c set -eux;13.92 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=10 B
12RUN /bin/sh -c apt-get update107.42 MB
13RUN /bin/sh -c pip install25.71 MB
14ENV POETRY_NO_INTERACTION=1 POETRY_VENV_IN_PROJECT=1 POETRY_CACHE_DIR=/tmp/poetry_cache0 B
15WORKDIR /app92 B
16COPY pyproject.toml poetry.lock ./ #86.64 KB
17RUN /bin/sh -c poetry config37.59 MB
18COPY sample_agent/ ./sample_agent/ # buildkit4.73 KB
19COPY langgraph.json ./ # buildkit251 B
20EXPOSE &{[{{40 0} {40 0}}]0 B
21ENV PORT=80000 B
22LABEL com.docker.agent.packaging.version=v0.0.20 B
23LABEL com.docker.agent.runtime=langchain0 B
24LABEL com.docker.agent.secrets.models=OPENAI_API_KEY0 B
25LABEL org.opencontainers.image.author=rumpl0 B
26LABEL org.opencontainers.image.created=2025-09-16T09:17:39Z0 B
27LABEL org.opencontainers.image.description=Demo of Docker Agent0 B
28ENV PYTHONPATH=/app0 B
29ENTRYPOINT ["python"]0 B
30CMD ["-m" "sample_agent.demo"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'