Skip to content

Commit

Permalink
would help if we got the version/path right
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingers committed Sep 15, 2022
1 parent 22d6719 commit 332cade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG opensearch_version=2.2.1
FROM opensearchproject/opensearch:${opensearch_version}
ARG opensearch_version=2.2.1
ARG ltrversion=2.0.0rc1
RUN /usr/share/opensearch/bin/opensearch-plugin install -b https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/${opensearch_version}/ltr-${ltrversion}-os${opensearch_version}.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install -b https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/release-v${ltrversion}/ltr-plugin-v${ltrversion}.zip


#https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/release-v2.0.0rc1/ltr-plugin-v2.0.0rc1.zip

0 comments on commit 332cade

Please sign in to comment.