Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 571 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 571 Bytes

Job Lib

A lightweight application to run arbitrary docker images on GCP infrastructure.

Local Development

  1. Pre-requisite: Python 3.10 is available.
  2. Install poetry (if necessary) and create virtualenv for project, with all requirements.
pip install poetry
poetry install
  1. Install Terraform (v1.0.10) via tfenv.
brew install tfenv
tfenv install 1.0.10
  1. Download and configure gcloud for using personal credentials for interacting with GCP from the CLI.