-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…2600) Co-authored-by: David Kyle <[email protected]> (cherry picked from commit 3f38801) Co-authored-by: István Zoltán Szabó <[email protected]>
- Loading branch information
1 parent
3a13276
commit a52ecec
Showing
2 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
tag::nlp-eland-clone-docker-build[] | ||
You can use the {eland-docs}[Eland client] to install the {nlp} model. Eland | ||
commands can be run in Docker. First, you need to clone the Eland repository | ||
then create a Docker image of Eland: | ||
You can use the {eland-docs}[Eland client] to install the {nlp} model. Use the prebuilt | ||
Docker image to run the Eland install model commands. Pull the latest image with: | ||
|
||
[source,shell] | ||
-------------------------------------------------- | ||
git clone [email protected]:elastic/eland.git | ||
cd eland | ||
docker build -t elastic/eland . | ||
docker pull docker.elastic.co/eland/eland | ||
-------------------------------------------------- | ||
|
||
After the script finishes, your Eland Docker client is ready to use. | ||
After the pull completes, your Eland Docker client is ready to use. | ||
end::nlp-eland-clone-docker-build[] | ||
|
||
tag::nlp-requirements[] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters