Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goern/ai-stacks

This is a set of jobs to be run on the AI-Stacks pipeline to product optimized AI Stacks
https://github.com/goern/ai-stacks

ai artificial-intelligence cicd jenkins pipeline

Last synced: 17 days ago
JSON representation

This is a set of jobs to be run on the AI-Stacks pipeline to product optimized AI Stacks

Awesome Lists containing this project

README

        

# AI-Stacks
This is a set of jobs to be run on the AI-Stacks pipeline to product optimized AI Stacks

## Creating the pipeline

```bash
oc login ...
oc create -f ai-stacks.yaml
```

## Create the AI-Stacks BuildConfigs

```bash
cd stack-images/ ; for d in `ls -1` ; do oc process -f ${d}/buildConfigAndImageStream.yaml | oc create -f - ; done ; cd ..
```

FIXME radanalytics will fail with this for-loop!

# Operations

## Cleanup and Garbage Collection

`oc adm prune builds --confirm --namespace aicoe`

# Known Issues

* location of image in tensorflow test Dockerfile
* version used for tensorflow is in Jenkinsfile and BC template as a parameter