Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goern/ai-stacks
- Owner: goern
- License: gpl-3.0
- Created: 2018-03-08T13:06:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T17:11:19.000Z (over 6 years ago)
- Last Synced: 2024-12-07T14:05:30.497Z (20 days ago)
- Topics: ai, artificial-intelligence, cicd, jenkins, pipeline
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- 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