Skip to content

[Docker] Unable to launch container for linux/arm64 #768

Closed
@cgchinmay

Description

@cgchinmay

Describe the bug
Built the docker file on linux/arm64 architecture from the master branch
After launching a container, it crashes with following error

Traceback (most recent call last):
  File "/usr/local/bin/proxy", line 5, in <module>
    from proxy import entry_point
ModuleNotFoundError: No module named 'proxy'

To Reproduce
Steps to reproduce the behavior:

  1. docker build -t .
  2. launch container using the above image
  3. check pod logs for above error

Expected behavior
Container should successfully run

Metadata

Metadata

Assignees

Labels

BugBug report in proxy serverDockerRelated to docker containerv2.3.xIssues affecting stable releases on PyPi

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions