If you want to build the kernel from the source code, there are some requirements.
- ZeroMQ 4.2.3
- libzmq-dev
- Go 1.8 or above
Make sure that $GOPATH/bin
is in the $PATH
:
export PATH=$PATH:"${GOPATH}/bin"
Then install the kernel by this command:
go install github.com/caicloud/ciao/cmd/kubeflow-kernel
To verify the binary is installed successfully, when you run kubeflow-kernel
, you should get a log:
Need a command line argument specifying the connection file.