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: 3 months ago
JSON representation
This is a set of jobs to be run on the AI-Stacks pipeline to product optimized AI Stacks
- Host: GitHub
- URL: https://github.com/goern/ai-stacks
- Owner: goern
- License: gpl-3.0
- Created: 2018-03-08T13:06:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T17:11:19.000Z (over 8 years ago)
- Last Synced: 2025-03-28T08:14:49.918Z (over 1 year ago)
- Topics: ai, artificial-intelligence, cicd, jenkins, pipeline
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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