Skip to content

Commit

Permalink
Bump ockpg
Browse files Browse the repository at this point in the history
docker build is failing because `install_opencog_github_repo unify`
is missing from `opencog/tools/cli/Dockerfile` line 17
```
RUN  /tmp/octool -ow && ccache -C
```
which means that octool is out of date.  But why?  Attempt to force a
bump.
  • Loading branch information
linas committed Feb 7, 2023
1 parent 9de59d5 commit b6f84bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ocpkg
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,6 @@ install_opencog_github_repo vision
# Install all of OpenCog
install_opencog(){
install_language
# install_opencog_github_repo atomspace-restful
# install_opencog_github_repo atomspace-explorer
install_opencog_github_repo unify
install_opencog_github_repo ure
install_opencog_github_repo attention
Expand Down

0 comments on commit b6f84bf

Please sign in to comment.