Skip to content

Commit 1e9faa3

Browse files
Add comments for WPR_LANGUAGES and WPR_AI_MODELS args
1 parent 29d0ffb commit 1e9faa3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile.ubuntu-prebuilt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ FROM webspellchecker/wproofreader:${TAG} AS wpr_install_languages
1414

1515
USER root
1616

17+
# Comma-separated list of language IDs to install
1718
ARG WPR_LANGUAGES=en_US,en_GB,en_CA,en_AU
19+
# List of AI models to install:
20+
# 1. English language model
21+
# 2. English autocomplete model
22+
# 3. German language model
23+
# 4. Spanish language model
1824
ARG WPR_AI_MODELS=1,2
1925

2026
ARG WPR_USER_ID

0 commit comments

Comments
 (0)