Skip to content

Commit d0ddf82

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

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
@@ -112,7 +112,7 @@ $ docker run -it --rm --network host docker.elastic.co/eland/eland
112112
The `eland_import_hub_model` script can be run directly in the docker command:
113113

114114
```bash
115-
docker run -it --rm elastic/eland \
115+
docker run -it --rm docker.elastic.co/eland/eland \
116116
eland_import_hub_model \
117117
--url $ELASTICSEARCH_URL \
118118
--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
@@ -48,7 +48,7 @@ image:
4848

4949
[source,shell]
5050
--------------------------------------------------
51-
docker run -it --rm elastic/eland \
51+
docker run -it --rm docker.elastic.co/eland/eland \
5252
eland_import_hub_model \
5353
--cloud-id $CLOUD_ID \
5454
-u <username> -p <password> \

0 commit comments

Comments
 (0)