This repository has been archived by the owner on Apr 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Create docker image for easier demoing #1
Comments
henrywallace
changed the title
create docker image for easier demoing
Create docker image for easier demoing
Jun 20, 2018
I agree this would be nice to have for simple demos. In the meantime, there is a script here which should contain all the steps necessary to setup a multi-node Elasticsearch cluster on AWS EC2 ubuntu instances: https://github.com/alexklibisz/elastik-nearest-neighbors/blob/master/demo/pipeline/ec2_es_setup.sh |
I am using the following Dockerfile for ES + aknn plugin, in the elasticsearch-aknn folder.
|
There's a demo based on mnist with docker image here: https://github.com/sinemetu1/elastik-nearest-neighbors/blob/add-docker/Dockerfile and this makefile: https://github.com/sinemetu1/elastik-nearest-neighbors/blob/add-docker/Makefile
then query for documents and use the plugin:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think learning how to use the plugin could be facilitated by providing a docker image that one just
docker run
, and then start trying out the plugin.So far, I've done the following:
With Dockerfile
The text was updated successfully, but these errors were encountered: