I am not qualified to answer this, but I will share my experience as a user who just played with the old opencog. Setting it up was very straightforward.
I just git cloned: https://github.com/opencog/docker.git <repo> Where <repo> is a better name than "docker". You can find complete instructions in the markdowns, I just walk you through the minimum. Running a server is just three steps: cd <repo>/opencog ./docker-build.sh -a cd cogserver/ docker build --no-cache -t opencog/cogserver . docker run -p 17001:17001 -it opencog/cogserver Wait for the "Listening on port 17001" message. Connecting to it is just one (assuming rlwrap is installed). rlwrap telnet localhost 17001 My 2 cents. On Tue, Aug 23, 2022 at 6:29 PM Reach <[email protected]> wrote: > Every few months I come back to take an attempt at getting a simple > chatbot running so i can do practical experiments to wrap my head around > atomspace and attempting inference. > > My first attempt was the old opencog chatbot. I ran into an alot of build > failures and tried to work them out but ultimately gave up. > > My second attempt, I tried the old chatbot-psi to see if I would have more > luck.. Failures in building too.. > > Lastly I found Mark's noetic/ros-opencog dockerfile and got excited to try > it, but it fails to build too. > > So before I keep trying to forge ahead on paths that may be no longer > viable, I thought I'd ask here: > What's the quickest way to get a running Opencog/atomspace/PLN/URE/NLP > instance running in 2022? a prebuilt docker container from somewhere? a > jupyter notebook? > > -- > You received this message because you are subscribed to the Google Groups > "opencog" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/opencog/5cdab71f-0e88-45b0-97ad-0c0beb0486ffn%40googlegroups.com > <https://groups.google.com/d/msgid/opencog/5cdab71f-0e88-45b0-97ad-0c0beb0486ffn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CA%2B_pmb51c0cS-RCyS-DA0%2Bv2nPSuxjEJBA8xQyU2vfkFteWSwA%40mail.gmail.com.
