Skip to content

Commit

Permalink
ARGGGGGGGG
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingers committed Sep 15, 2022
1 parent 5ceca6b commit 22d6719
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
@@ -1,7 +1,8 @@
ARG opensearch_version=2.2.1
ARG ltrversion=2.0.0rc1

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


0 comments on commit 22d6719

Please sign in to comment.