From e3a3128f6732069a0945f2156d2af71234ba61b3 Mon Sep 17 00:00:00 2001 From: Allison Sherrick <67483756+alliomeria@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:21:59 -0400 Subject: [PATCH] Update experimental_tools.md --- docs/experimental_tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/experimental_tools.md b/docs/experimental_tools.md index 7e3c442b..74ca7859 100644 --- a/docs/experimental_tools.md +++ b/docs/experimental_tools.md @@ -27,7 +27,7 @@ All of the above items, except for the new `nlp` Docker Container, are available 1. In your `archipelago-deployment` folder, navigate to and open the `docker-compose.yml` file. 2. Comment out (add # at the beggining of) line 76 for `image: "esmero/esmero-nlp:fasttext-multiarch"` -3. Remove the comment (# at the begnning) for line 78 for `image: "esmero/esmero-nlp:1.4.1-arm64"` OR `"esmero/esmero-nlp:1.4.1-amd64"` (depending on your particular computer platform CPU. +3. Remove the comment (# at the begnning) for line 78 for `image: "esmero/esmero-nlp:1.4.1-arm64"` OR `"esmero/esmero-nlp:1.4.1-amd64"` (depending on your particular computer platform CPU type). 4. Save your changes. 5. In your terminal, while still in your `archipelago-deployment` folder, run: ```shell