Git Product home page Git Product logo

openblas's Introduction

OpenBLAS

OpenBLAS s2i

https://www.openblas.net/

Usage

1. Create the templates

oc create -f build-image.json
oc create -f build-job.json

2. Create build image

oc new-app --template=openblas-build-image \
--param=APPLICATION_NAME=openblas-build-image-rhel7 \
--param=S2I_IMAGE=registry.access.redhat.com/rhscl/s2i-core-rhel7  \
--param=DOCKER_FILE_PATH=Dockerfile.rhel75

The above command creates a tensorflow builder image APPLICATION_NAME:VERSION for specific OS.

The values for S2I_IMAGE are :

  • Fedora26- registry.fedoraproject.org/f26/s2i-core
  • Fedora27- registry.fedoraproject.org/f27/s2i-core
  • Fedora28- registry.fedoraproject.org/f28/s2i-core
  • RHEL7.5- registry.access.redhat.com/rhscl/s2i-core-rhel7
  • Centos7- openshift/base-centos7

The values for DOCKER_FILE_PATH are :

  • Fedora26- Dockerfile.fedora26
  • Fedora27- Dockerfile.fedora27
  • Fedora28- Dockerfile.fedora28
  • RHEL7.5- Dockerfile.rhel75
  • Centos7- Dockerfile.centos7

OR

Import the template build-image.json into your namespace from Openshift UI. And then deploy from UI with appropriate values.

3. Compile and test openblas

oc new-app --template=openblas-build-job  \
--param=APPLICATION_NAME=openblas-build-job-rhel7 \
--param=BUILDER_IMAGESTREAM=openblas-build-image-rhel7

NOTE: BUILDER_IMAGESTREAM = APPLICATION_NAME:VERSION from step 2.

OR

Import the template build-job.json into your namespace from Openshift UI. And then deploy from UI with appropriate values.

openblas's People

Contributors

courtneypacheco avatar sub-mod avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

pacospace

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.