DLRS release 290

Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
This commit is contained in:
Daniela Plascencia
2018-12-21 11:58:18 -06:00
committed by sys-jenkinsotcswstac
parent 9755cd812c
commit e65d503247
3 changed files with 8 additions and 6 deletions
+3 -2
View File
@@ -7,10 +7,11 @@
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#arg
```
docker build --no-cache -t clearlinux/stacks-dlrs-mkl --build-arg swupd_args="-m 26700" .
docker build --no-cache -t clearlinux/stacks-dlrs-mkl --build-arg swupd_args="-m 26800" .
```
### Build ARGs
* `swupd_args` specifies [swupd update](https://clearlinux.org/documentation/clear-linux/guides/maintenance/swupd-guide#perform-a-manual-update) flags passed to the update during build.
NOTE: `swupd_args` defaults so that the Clear Linux OS version is updated to 26700. Upgrading to a later version is not recommended, as further versions have not been validated.
>NOTE: `swupd_args` defaults so that the Clear Linux OS version is updated to 26800. Upgrading to a later version is not recommended, as further versions have not been validated.
+3 -2
View File
@@ -7,10 +7,11 @@
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#arg
```
docker build --no-cache -t clearlinux/stacks-dlrs-oss --build-arg swupd_args="-m 26700" .
docker build --no-cache -t clearlinux/stacks-dlrs-oss --build-arg swupd_args="-m 26800" .
```
### Optional Build ARGs
* `swupd_args` specifies [swupd update](https://clearlinux.org/documentation/clear-linux/guides/maintenance/swupd-guide#perform-a-manual-update) flags passed to the update during build.
NOTE: `swupd_args` defaults so that the Clear Linux OS version is updated to 26700. Upgrading to a later version is not recommended, as further versions have not been validated.
>NOTE: `swupd_args` defaults so that the Clear Linux OS version is updated to 26800. Upgrading to a later version is not recommended, as further versions have not been validated.
+2 -2
View File
@@ -12,7 +12,7 @@ The Deep Learning Reference Stack, an integrated, highly-performant open source
To offer more flexibility, we are releasing two versions of the Deep Learning Reference Stack: a version that includes TensorFlow* optimized for Intel® Architecture, the "Eigen" version, and a second version that includes the TensorFlow* framework optimized using Intel® Math Kernel Library for Deep Neural Networks, the "Intel® MKL-DNN" version.
> **Note:**
Clear Linux will be automatically updated to release version 26700 in the container. The minimum validated version of Clear Linux for this stack is 26240
Clear Linux will be automatically updated to release version 26800 in the container. The minimum validated version of Clear Linux for this stack is 26240
> **Note:**
> For multi-node support, we include a registry with a set of jsonnet files to show integration with Kubeflow for deployment.
@@ -45,7 +45,7 @@ The official Deep Learning Reference Stack Docker images are hosted at: https://
* Pull from the [Intel MKL-DNN version](https://hub.docker.com/r/clearlinux/stacks-dlrs-mkl/)
> **Note:**
The OSS version of the image will use version 26700 of Clear Linux.
The OSS version of the image will use version 26800 of Clear Linux.
## Licensing