Skip to content

Commit 7d97190

Browse files
committed
Update comment #2402
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 4524ffc commit 7d97190

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ WORKDIR /scancode-toolkit
3838
COPY . /scancode-toolkit
3939

4040
# Initial configuration using ./configure, scancode-reindex-licenses to build
41-
# the base license index and scancode-reindex-package-patterns to build the
42-
# package patterns cache
41+
# the base license index, scancode-reindex-package-patterns to build the package
42+
# patterns cache, and scancode-train-gibberish-model to train the Markov chain
43+
# model used for gibberish detection.
4344
RUN ./configure \
4445
&& ./venv/bin/scancode-reindex-licenses \
4546
&& ./venv/bin/scancode-reindex-package-patterns \

0 commit comments

Comments
 (0)