-
Notifications
You must be signed in to change notification settings - Fork 835
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
Docker image build error with sklearn_iris_docker example #164
Comments
@koverholt After the example "sklearn_iris_docker" we updated our wrapping process to use s2i (source to image). Could you try this example and let us know if you get any issues. |
Thanks for the info. I did previously run the s2i-based examples, including sklearn_iris, but I was hoping to instead use the Dockerfile-based approach directly with the Python wrapper for flexibility. Does the s2i-based approach mean that the Docker wrapper application/approach is going to be deprecated? I was hoping they were both going to be supported per the documentation at https://github.com/SeldonIO/seldon-core/blob/master/docs/wrappers/readme.md. |
We intend to support the core python wrappers. The s2i integration uses them under the hood. |
Also note, s2i has an experimental --as-dockerfile option. |
Please reopen if still relevant. |
I'm unable to build the Docker image for the
sklearn_iris_docker
example. It's failing at thenumpy
build stage.I tried upgrading
pip
and adding some dependencies withapk
per https://stackoverflow.com/questions/33421965/installing-numpy-on-docker-alpine, but I had the same issue.Stacktrace:
System information:
Full logs:
The text was updated successfully, but these errors were encountered: