Skip to content

Commit d39393e

Browse files
Fix Eland Docker image name (#2748) (#2762)
(cherry picked from commit dfe0bc4) Co-authored-by: Quentin Pradet <[email protected]>
1 parent f53a4fd commit d39393e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ $ docker run -it --rm --network host elastic/eland
122122
The `eland_import_hub_model` script can be run directly in the docker command:
123123

124124
```bash
125-
docker run -it --rm elastic/eland \
125+
docker run -it --rm docker.elastic.co/eland/eland \
126126
eland_import_hub_model \
127127
--url $ELASTICSEARCH_URL \
128128
--hub-model-id elastic/distilbert-base-uncased-finetuned-conll03-english \

docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ image:
3535

3636
[source,shell]
3737
--------------------------------------------------
38-
docker run -it --rm elastic/eland \
38+
docker run -it --rm docker.elastic.co/eland/eland \
3939
eland_import_hub_model \
4040
--cloud-id $CLOUD_ID \
4141
-u <username> -p <password> \

docs/en/stack/ml/nlp/ml-nlp-text-emb-vector-search-example.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image:
4343

4444
[source,shell]
4545
--------------------------------------------------
46-
docker run -it --rm elastic/eland \
46+
docker run -it --rm docker.elastic.co/eland/eland \
4747
eland_import_hub_model \
4848
--cloud-id $CLOUD_ID \
4949
-u <username> -p <password> \

0 commit comments

Comments
 (0)