Skip to content

Commit b6651d8

Browse files
committed
There is no nlp module any more
1 parent 6ac26cd commit b6651d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencog/learn/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ USER opencog
2323
WORKDIR /home/opencog
2424

2525
# Compile the scheme files as the user.
26-
RUN guile -c "(use-modules (opencog matrix) (opencog nlp) (opencog learn))"
26+
RUN guile -c "(use-modules (opencog matrix) (opencog lg) (opencog learn))"
2727

2828
# Place a basic recommended configuration where the user can find it.
2929
COPY /scripts/ /home/opencog

0 commit comments

Comments
 (0)