Skip to content

a2a library dependency in Dockerfile #6

Description

@xbill9

The Dockerfiles in the social, platform_mcp_client , and planner build directories are inconsistent.

this line was removed from platform_mcp_client Dockerfile:

COPY ./a2a_common-0.1.0-py3-none-any.whl /app/a2a_common-0.1.0-py3-none-any.whl

This agent will not build independently as the build for the agent fails because of the
missing library inside the docker container.

The other 2 agents still build because the dependency is copied into the build.

If the line is removed from the other Dockerfiles the independent build will fail for all 3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions