Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1 KB

File metadata and controls

23 lines (18 loc) · 1 KB

Exasol AI Lab Developer Guide

Overview

This guide covers the AI Lab project, its release flow, infrastructure, and development tooling. The current release flow runs from a tag-triggered GitHub Actions workflow after PR CI validates the release logic. GitHub Actions authenticates to AWS via OIDC for the AMI and VM build steps, and the workflow also publishes the Docker edition.

Table of Contents

  1. Requirements and Setup
  2. Design Goals
  3. AWS Infrastructure Workflow
  4. Command Line Usage
  5. Testing
  6. Running tests in the CI
  7. Dependencies and Updating Packages
  8. Check for broken Hyperlinks
  9. Notebooks
  10. Developing the Docker Edition

Section Dependencies is dedicated to enumerating all places defining dependencies as the AI Lab contains dependencies on multiple levels and specified in multiple places.