Skip to content

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

@mehrdadh

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

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