Sign inSign up

davidgageot135/lagent:latest

Multi-platform
Index digest

sha256:e961750df7c83f49d9a8716f6bf222387c5222cf9e8aa0ed544811db4172aeaf

OS/ARCH

Compressed size

226.51 MB

Last pushed

about 1 year by davidgageot135

Type

Image

Manifest digest

sha256:ad153807ee3016d4b0a0c93c6a5dca2bdfb3f1e118e9bfb78071781296233a0c

Image Layers

1# debian.sh --arch 'amd64' out/28.39 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.23 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.96 MB
9RUN /bin/sh -c set -eux;250 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 update114.8 MB
13RUN /bin/sh -c pip install28.24 MB
14ENV POETRY_NO_INTERACTION=1 POETRY_VENV_IN_PROJECT=1 POETRY_CACHE_DIR=/tmp/poetry_cache0 B
15WORKDIR /app93 B
16COPY pyproject.toml poetry.lock ./ #86.64 KB
17RUN /bin/sh -c poetry config39.79 MB
18COPY sample_agent/ ./sample_agent/ # buildkit4.73 KB
19COPY langgraph.json ./ # buildkit254 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 'amd64' out/ 'trixie' '@1757289600'