Giter Site home page Giter Site logo

terraform-mlflow's Introduction

Terraform MLflow

Pre-requisites

Installation

Follow this link.

Setup GCP

  1. Create a GCP project here if you don't have one already
  2. Enable the following APIs:
  1. Create a service account here with the Editor role.
  2. Download your service account key:
    • Go the Service Account tab in IAM
    • Click on your service account
    • Go to the Keys tab.
    • Select ADD KEY > Create new key
    • Use JSON key type
    • Save the key on disk

Terraform Configuration File

Create a file called terraform.tfvars and add the following content:

project_id = "<PROJECT_ID>"
credentials_file = "<PATH/TO/FILE>.json"

Where <PROJECT_ID> is the ID of your GCP project and <PATH/TO/FILE>.json is the path to the service account key you downloaded in the previous step.

This file will be used to populate the variables in the variables.tf file. Terraform will automatically load the variables from this file.

terraform-mlflow's People

Contributors

consciousml avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.