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

Fix models images #450

Merged
merged 2 commits into from Sep 26, 2020
Merged

Fix models images #450

merged 2 commits into from Sep 26, 2020

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Sep 26, 2020

When building the models and models legacy images this occured when trying to install horovod:

    -- Could NOT find Mxnet (missing: Mxnet_LIBRARIES) (Required is at least version "1.4.0")
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ModuleNotFoundError: No module named 'mxnet'
    CMake Error at cmake/Modules/FindMxnet.cmake:59 (string):
      string no output variable specified
    Call Stack (most recent call first):
      horovod/mxnet/CMakeLists.txt:12 (find_package)

Full log:
models-image-bug.txt

So added installation of mxnet in the previous step

@Hedingber Hedingber changed the title Fix models image Fix models images Sep 26, 2020
@Hedingber Hedingber merged commit 62f4355 into mlrun:development Sep 26, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant