diff --git a/stacks/dlrs/mkl/README.md b/stacks/dlrs/mkl/README.md index 4841392..80e5556 100644 --- a/stacks/dlrs/mkl/README.md +++ b/stacks/dlrs/mkl/README.md @@ -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. diff --git a/stacks/dlrs/oss/README.md b/stacks/dlrs/oss/README.md index cf6901c..a8ef189 100644 --- a/stacks/dlrs/oss/README.md +++ b/stacks/dlrs/oss/README.md @@ -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. diff --git a/stacks/dlrs/releasenote.md b/stacks/dlrs/releasenote.md index 61a7431..6af8c8f 100644 --- a/stacks/dlrs/releasenote.md +++ b/stacks/dlrs/releasenote.md @@ -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