From 53ff4d6e412359f26bce12ccae2b82c1c7bdf233 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:34:42 +0200 Subject: [PATCH] Fix Eland Docker image name (#2748) (#2756) (cherry picked from commit dfe0bc4dde7acd96f9e01b4c52c791d778908da8) Co-authored-by: Quentin Pradet --- docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc | 2 +- docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc | 2 +- .../stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc index df673edc3..8abd484a4 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc @@ -112,7 +112,7 @@ $ docker run -it --rm --network host docker.elastic.co/eland/eland The `eland_import_hub_model` script can be run directly in the docker command: ```bash -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --url $ELASTICSEARCH_URL \ --hub-model-id elastic/distilbert-base-uncased-finetuned-conll03-english \ diff --git a/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc index f021297eb..7d25a380c 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc @@ -35,7 +35,7 @@ image: [source,shell] -------------------------------------------------- -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --cloud-id $CLOUD_ID \ -u -p \ diff --git a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc index 01b73b2ca..6c8e63c48 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc @@ -48,7 +48,7 @@ image: [source,shell] -------------------------------------------------- -docker run -it --rm elastic/eland \ +docker run -it --rm docker.elastic.co/eland/eland \ eland_import_hub_model \ --cloud-id $CLOUD_ID \ -u -p \