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

mlflow example fix & image change: do not use editable install of SC for s2i wrapper #3118

Merged
merged 2 commits into from
Apr 22, 2021
Merged

mlflow example fix & image change: do not use editable install of SC for s2i wrapper #3118

merged 2 commits into from
Apr 22, 2021

Conversation

RafalSkolasinski
Copy link
Contributor

@RafalSkolasinski RafalSkolasinski commented Apr 10, 2021

Change default bucket for mlflow example. Closes #3124

Modify s2i wrapper images such that Seldon Core is not installed in editable mode.
This is required for compatibility with conda-pack.

@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test notebooks

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign rafalskolasinski
You can assign the PR to them by writing /assign @rafalskolasinski in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@axsaucedo
Copy link
Contributor

/test integration

@axsaucedo
Copy link
Contributor

/test notebooks

@axsaucedo
Copy link
Contributor

Seems e2e tests failing were the ones from mlflow server
image

@axsaucedo
Copy link
Contributor

Only thing to take into consideration is that pip install <path> re-uses any cached pre-built binaries (whereas make install / pip install . doesnt), so quite important to make sure people clear these folders before running the build, otherwise theyh'll be installing the cached version instead of the one from source

@RafalSkolasinski
Copy link
Contributor Author

Only thing to take into consideration is that pip install <path> re-uses any cached pre-built binaries (whereas make install / pip install . doesnt), so quite important to make sure people clear these folders before running the build, otherwise theyh'll be installing the cached version instead of the one from source

I wasn't aware of pip install . vs pip install <path> difference.

I will change to

RUN cd /microservice/python && pip install .

The main difference I want to achieve is that make install == pip install -e . and I want to get rid of -e flag.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@seldondev seldondev added size/S and removed size/XS labels Apr 13, 2021
@RafalSkolasinski
Copy link
Contributor Author

/test integration

4 similar comments
@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test integration

@RafalSkolasinski
Copy link
Contributor Author

/test notebooks

@RafalSkolasinski
Copy link
Contributor Author

Hmm... only lint and docs problem. But integration and notebooks passed!

@RafalSkolasinski
Copy link
Contributor Author

Just for later reference

image

@seldondev seldondev added size/L and removed size/S labels Apr 22, 2021
@RafalSkolasinski RafalSkolasinski changed the title do not use editable install of SC for s2i wrapper -> conda-pack compatibility mlflow example fix & image change: do not use editable install of SC for s2i wrapper Apr 22, 2021
@seldondev seldondev added size/S and removed size/L labels Apr 22, 2021
@ukclivecox ukclivecox merged commit dab95ef into SeldonIO:master Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing end to end tests (integration and notebooks) in master
4 participants