Skip to content

Commit

Permalink
Fix Eland Docker image name (#2748)
Browse files Browse the repository at this point in the history
(cherry picked from commit dfe0bc4)
  • Loading branch information
pquentin authored and mergify[bot] committed Aug 1, 2024
1 parent 9527749 commit 83009f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $ docker run -it --rm --network host elastic/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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/ml/nlp/ml-nlp-ner-example.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -p <password> \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <username> -p <password> \
Expand Down

0 comments on commit 83009f3

Please sign in to comment.