Skip to content

2. Setup and Configuration

Nilav edited this page Sep 9, 2021 · 3 revisions

Prerequisites

Steps

  • Clone the repo : https://github.com/kartik4949/AutoDeploy
  • Download a sample model and dependencies
    • Run the command in a terminal from the AutoDeploy folder wget https://github.com/kartik4949/AutoDeploy/files/7134516/model_dependencies.zip
  • Extract the zip folder to get a model_dependencies folder
  • Have your model ready
  • Create the model dependencies
  • Copy the dependencies over to a model_dependencies folder
  • Setup configuration
  • Build your docker image
    • docker build . -t autodeploy
  • Start your containers
    • docker-compose up