Semi-Automated installation


Check us out!

First things first, you have to check out our MDAI infrastructure installation repo.

git clone https://github.com/DecisiveAI/mdai-inkops.git

Prerequisites

As mentioned, the only manual step for this install method is to enable you to have full visibility and control of your system dependencies.

export GOBIN=${GOBIN:-$(go env GOPATH)/bin}
  • Install node
  • Install docker
  • Install helm
  • Install kind for local cluster management using docker containers

Install Commands

make -f ./make/Makefile-local-recipes create-mdai-semi-auto

Note: Once the MDAI Cluster installed your k8s context will be switched automatically to new cluster.

Troubleshooting

You may run into an error running this command related to the docker daemon. Please see our Troubleshooting Guide to see if this issues is relevant to you and how to resolve it.


⏪ Back to Install Next Step: Configure ⏩