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 s2i builder image local build to use latest Python source code #404

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

jklaise
Copy link
Contributor

@jklaise jklaise commented Jan 24, 2019

Using pip install . to install the latest seldon-core Python source code on the s2i build image found an older version of the code. Changin to pip install -e . (aliased make install) fixes it.

Also added tornado version reqs. for jaeger-client.

@ukclivecox ukclivecox merged commit 04862f3 into SeldonIO:master Jan 24, 2019
agrski pushed a commit that referenced this pull request Dec 2, 2022
* Mirrors initial commit

* mirror refactor

* add tests and sample tests for model and pipeline mirror examples

* Add docs

* review fixes

* review fixes
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.

2 participants