Skip to content

goern/AI-Stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Stacks

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

Creating the pipeline

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

Create the AI-Stacks BuildConfigs

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages