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

Install MLRun in images using pip #410

Merged
merged 3 commits into from
Aug 16, 2020
Merged

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Aug 16, 2020

  • Changed all places where we python setup.py install to pip install .
    the reason is that the first one is using easy_install package manager which does not ignore pre-releases (easy_install (setup.py install) doesn't ignore pre-releases pypa/setuptools#855) - which causes a lot of troubles, the second is the right way to do it
  • Added WORKDIR /mlrun - when doing pip install . pip is copying the . to a temp dir, without the workdir this . was the root - which has A LOT of other unrelated files which caused this copy to take ages... so added the workdir..

@Hedingber Hedingber merged commit 4e000bd into mlrun:development Aug 16, 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.

1 participant