Skip to content

[CI Problem] [docker] Pip package installation in cortexm image #12608

Description

@mehrdadh

Using any other docker image we can easily install extra packages by running a command: sudo pip3 install XX
and then it would be available in the python environment.

However, in Cortexm image installing the package with sudo pip3 install or pip3 install --user would end up in a different python env. My guess is because of this line that we have for cortexm and riscv images:

https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_cortexm#L37
https://github.com/apache/tvm/blob/main/docker/Dockerfile.ci_riscv#L37

cc @areusch

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions