Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ClassificationMetrics not found when building using docker #118

Open
kurnianggoro opened this issue Sep 15, 2021 · 1 comment
Open

Comments

@kurnianggoro
Copy link

Describe the bug
I followed the tutorial of installation from the documentation and run the sample code. When i run using the docker container, the module ClassificationMetrics is missing. However, if vortex is built from scratch, we can import ClassificationMetrics properly.

To Reproduce
Steps to reproduce the behavior:

  1. docker build --target=development -t vortex:dev .
  2. run in python : from vortex.development.utils.metrics import ClassificationMetrics
  3. the result is ImportError: cannot import name 'ClassificationMetrics'

Expected behavior
the ClassificationMetrics can be loaded properly from docker build

Screenshots

image

@alifahrri
Copy link
Collaborator

thanks mas @kurnianggoro , will look into it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants