Dependencies

Serve ML Models With FastAPI and K8s

Installing Dependencies.

There are many required dependencies to get this system to run.

To aid with this I’ve created an install script to setup and check dependencies.

This script runs on an Ubuntu 20 or higher box having on git and bash present.

Running the install script:

The command below will run the install and report back (the user will be prompted for the root password).

git clone https://github.com/Don-Irwin/fastapi_ml_k8_k6_gh_actions && cd ./fastapi_ml_k8_k6_gh_actions && sudo bash ./setup_deps.sh 

Upon successful installation and verification of the install the following message should be displayed.

Installation Good

If all requirements are not met the following message will be displayed:

Installation Not Good