Skip to content

Commit

Permalink
Upgrade elastiknn to 8.12.2.1 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Apr 2, 2024
1 parent df8083a commit 6e17b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ann_benchmarks/algorithms/elastiknn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ WORKDIR /home/elasticsearch
USER elasticsearch

# Install elasticsearch.
RUN curl -o elasticsearch.tar.gz https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.6.2-linux-x86_64.tar.gz
RUN curl -o elasticsearch.tar.gz https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.12.2-linux-x86_64.tar.gz
RUN tar xzf elasticsearch.tar.gz
RUN mv elasticsearch-* elasticsearch && rm elasticsearch.tar.gz

# Install plugin.
RUN /home/elasticsearch/elasticsearch/bin/elasticsearch-plugin install --batch \
https://github.com/alexklibisz/elastiknn/releases/download/8.6.2.0/elastiknn-8.6.2.0.zip
https://github.com/alexklibisz/elastiknn/releases/download/8.12.2.1/elastiknn-8.12.2.1.zip

# Configuration
# Backup the original configurations, which can be useful for comparing.
Expand Down

0 comments on commit 6e17b5c

Please sign in to comment.