mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-07-11 15:07:25 +00:00
Update stacks project name to align with the launch
Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
This commit is contained in:
committed by
William Douglas
parent
e30b31af85
commit
4e976ab8e3
+2
-2
@@ -9,8 +9,8 @@ env:
|
||||
- DOCKERFILE_DIR=machine-learning-ui
|
||||
- DOCKERFILE_DIR=mixer-ci
|
||||
- DOCKERFILE_DIR=mariadb
|
||||
- DOCKERFILE_DIR=stacks/dlaas/oss
|
||||
- DOCKERFILE_DIR=stacks/dlaas/mkl
|
||||
- DOCKERFILE_DIR=stacks/dlrs/oss
|
||||
- DOCKERFILE_DIR=stacks/dlrs/mkl
|
||||
|
||||
script:
|
||||
- cd $DOCKERFILE_DIR
|
||||
|
||||
@@ -12,5 +12,5 @@ Containers
|
||||
- mixer-ci
|
||||
- Keystone
|
||||
- MariaDB
|
||||
- stacks-dlaas-oss
|
||||
- stacks-dlaas-mkl
|
||||
- stacks-dlrs-oss
|
||||
- stacks-dlrs-mkl
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Docker image for running examples in Tensorflow models.
|
||||
# base_image depends on whether we are running on GPUs or non-GPUs
|
||||
FROM hub.docker.com/clearlinux/stacks-dlaas-oss:latest
|
||||
FROM hub.docker.com/clearlinux/stacks-dlrs-oss:latest
|
||||
|
||||
RUN mkdir -p /opt
|
||||
RUN swupd bundle-add go-basic
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
apiVersion: 0.0.1
|
||||
kind: ksonnet.io/parts
|
||||
name: dlaas-bench
|
||||
name: dlrs-bench
|
||||
description: Prototypes for running DLaaS benchmarking on a multi node cluster
|
||||
author: Daniela Plascencia, Ganesh Mahalingam
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
// @apiVersion 0.1
|
||||
// @name io.intel.pkg.dlaas-alexnet
|
||||
// @description dlaas multi-node benchmark
|
||||
// @name io.intel.pkg.dlrs-alexnet
|
||||
// @description dlrs multi-node benchmark
|
||||
// @shortDescription A multi-node DLaaS benchmark
|
||||
// @param name string Name for the job.
|
||||
|
||||
@@ -8,7 +8,7 @@ local k = import "k.libsonnet";
|
||||
|
||||
local name = params.name;
|
||||
local namespace = env.namespace;
|
||||
local image = "hub.docker.com/clearlinux/stacks-dlaas-kubeflow:latest";
|
||||
local image = "hub.docker.com/clearlinux/stacks-dlrs-kubeflow:latest";
|
||||
local replicas = 3;
|
||||
|
||||
local tfjob = {
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
// @apiVersion 0.1
|
||||
// @name io.intel.pkg.dlaas-resnet50
|
||||
// @description dlaas multi-node benchmark
|
||||
// @name io.intel.pkg.dlrs-resnet50
|
||||
// @description dlrs multi-node benchmark
|
||||
// @shortDescription A multi-node DLaaS benchmark
|
||||
// @param name string Name for the job.
|
||||
|
||||
@@ -8,7 +8,7 @@ local k = import "k.libsonnet";
|
||||
|
||||
local name = params.name;
|
||||
local namespace = env.namespace;
|
||||
local image = "hub.docker.com/clearlinux/stacks-dlaas-kubeflow:latest";
|
||||
local image = "hub.docker.com/clearlinux/stacks-dlrs-kubeflow:latest";
|
||||
local replicas = 3;
|
||||
|
||||
local tfjob = {
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
apiVersion: 0.1.0
|
||||
kind: ksonnet.io/registry
|
||||
libraries:
|
||||
dlaas-bench:
|
||||
path: dlaas-bench
|
||||
dlrs-bench:
|
||||
path: dlrs-bench
|
||||
version: master
|
||||
@@ -1,12 +1,12 @@
|
||||
# Deep Learning Reference Stack
|
||||
[](http://microbadger.com/images/clearlinux/dlaas-mkl "Get your own image badge on microbadger.com")
|
||||
[](http://microbadger.com/images/clearlinux/stacks-dlrs-mkl "Get your own image badge on microbadger.com")
|
||||
|
||||
This variant is built with Intel® MKL-DNN library
|
||||
|
||||
# Building Locally
|
||||
|
||||
```
|
||||
docker build --no-cache -t clearlinux/dlaas-mkl . # Optimized Intel Math Kernel Library (MKL) for Intel Architecture
|
||||
docker build --no-cache -t clearlinux/stacks-dlrs-mkl . # Optimized Intel Math Kernel Library (MKL) for Intel Architecture
|
||||
```
|
||||
|
||||
## Optional Build ARGs
|
||||
@@ -19,7 +19,7 @@ docker build --no-cache -t clearlinux/dlaas-mkl . # Optimized Intel Math Ker
|
||||
---------------------------
|
||||
|
||||
```
|
||||
docker pull clearlinux/dlaas-mkl
|
||||
docker pull clearlinux/stacks-dlrs-mkl
|
||||
```
|
||||
|
||||
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#/arg
|
||||
@@ -1,12 +1,12 @@
|
||||
# Deep Learning Reference Stack
|
||||
[](http://microbadger.com/images/clearlinux/dlaas "Get your own image badge on microbadger.com")
|
||||
[](http://microbadger.com/images/clearlinux/stacks-dlrs-oss "Get your own image badge on microbadger.com")
|
||||
|
||||
This variant is built with Eigen
|
||||
|
||||
# Building Locally
|
||||
|
||||
```
|
||||
docker build --no-cache -t clearlinux/dlaas . # Optimized for Intel Architecture
|
||||
docker build --no-cache -t clearlinux/stacks-dlrs-oss . # Optimized for Intel Architecture
|
||||
```
|
||||
|
||||
## Optional Build ARGs
|
||||
@@ -19,7 +19,7 @@ docker build --no-cache -t clearlinux/dlaas . # Optimized for Intel Architec
|
||||
---------------------------
|
||||
|
||||
```
|
||||
docker pull clearlinux/dlaas
|
||||
docker pull clearlinux/stacks-dlrs-oss
|
||||
```
|
||||
|
||||
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#/arg
|
||||
Reference in New Issue
Block a user