docker-languagetool icon indicating copy to clipboard operation
docker-languagetool copied to clipboard

How to run on Raspberry Pi / ARM based device?

Open Maxl94 opened this issue 2 years ago • 1 comments

Hello,

when I try to start the container on my Raspberry Pi, it runs in the following issue:

Pulling languagetool (silviof/docker-languagetool:)...
latest: Pulling from silviof/docker-languagetool
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries

Here is my docker compose:

version: "3"

services:
  languagetool:
    image: silviof/docker-languagetool
    container_name: LanguageTool
    restart: always
    ports:
      - 8010:8010 
    environment:
      - langtool_languageModel=/ngrams  # OPTIONAL: Using ngrams data
      - Java_Xms=512m  # OPTIONAL: Setting a minimal Java heap size of 512 mib
      - Java_Xmx=1g    # OPTIONAL: Setting a maximum Java heap size of 1 Gib
    volumes:
      - ./ngrams:/ngrams

Could you add an ARM version?

Maxl94 avatar Apr 07 '22 05:04 Maxl94

Is that working for you now?

silvio avatar Jul 07 '22 05:07 silvio

No answer means it's working

silvio avatar Apr 17 '23 14:04 silvio