Skip to content

Artificial Intelligence Computing Platform Driven By BlockChain

Notifications You must be signed in to change notification settings

zeltnerd/DBC-AIComputingNet

 
 

Repository files navigation

deepbrainchain

Artificial Intelligence Computing Platform Driven By BlockChain

If you want to add your machine to the DBC network, go straight to the “ https://kdocs.cn/l/sCsGPLlCl?f=111” and ignore the rest 如果你想要添加机器到DBC网络中,直接查看 https://kdocs.cn/l/sCsGPLlCl?f=111

build dbc in linux os with dbc compile container

Suppose download dbc source code locates into ~/deepbrainchain folder.

    $ cd ~
    $ git clone https://github.com/DeepBrainChain/DBC-AIComputingNet.git
    $ git checkout dev
    
    $ docker pull dbctraining/dbc_compile:v3
    
    $ docker run -it --rm -v ~/deepbrainchain:/home/deepbrainchain dbctraining/dbc_compile:v3 /bin/bash
    
    # cd /home/deepbrainchain/make
    # ./clean.sh; ./build.sh
    
    # cd /home/deepbrainchain/deployment
    # bash ./package.sh
    # ls ./package

build dbc in mac osx

prerequisite

  • xcode with command line tool support
  • boost 1.6x, for example, brew install boost
    $ cd ~
    $ git clone https://github.com/DeepBrainChain/DBC-AIComputingNet.git
    $ git checkout dev
    
    $ cd ~/deepbrainchain/make
    $ ./clean.sh; ./build.sh
    $ ls ~/deepbrainchain/output/dbc 

About

Artificial Intelligence Computing Platform Driven By BlockChain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.7%
  • C 37.8%
  • Python 7.4%
  • Shell 1.7%
  • Perl 0.7%
  • CMake 0.5%
  • Other 2.2%