We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac26cd commit b6651d8Copy full SHA for b6651d8
1 file changed
opencog/learn/Dockerfile
@@ -23,7 +23,7 @@ USER opencog
23
WORKDIR /home/opencog
24
25
# Compile the scheme files as the user.
26
-RUN guile -c "(use-modules (opencog matrix) (opencog nlp) (opencog learn))"
+RUN guile -c "(use-modules (opencog matrix) (opencog lg) (opencog learn))"
27
28
# Place a basic recommended configuration where the user can find it.
29
COPY /scripts/ /home/opencog
0 commit comments