DLRS release 1260

Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
This commit is contained in:
Daniela Plascencia
2019-03-22 10:33:34 -06:00
committed by sys-jenkinsotcswstac
parent 4a74f93efa
commit 9f6b33dfc8
3 changed files with 5 additions and 8 deletions
+2 -2
View File
@@ -7,11 +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 27340" .
docker build --no-cache -t clearlinux/stacks-dlrs-mkl .
```
### 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 27340. Upgrading to a later version is not recommended, as further versions have not been validated.
>NOTE: An empty `swupd_args` will default to Clear Linux OS latest version. Consider this when building from the Dockerfile, as an OS update will be performed. The docker image in this registry was built and validated using version 27910.
+2 -2
View File
@@ -7,11 +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 27340" .
docker build --no-cache -t clearlinux/stacks-dlrs-oss .
```
### 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 27340. Upgrading to a later version is not recommended, as further versions have not been validated.
>NOTE: An empty `swupd_args` will default to Clear Linux OS latest version. Consider this when building from the Dockerfile, as an OS update will be performed. The docker image in this registry was built and validated using version 27910.
+1 -4
View File
@@ -9,7 +9,7 @@ To offer more flexibility, we are releasing multiple versions of the Deep Learni
> **Note:**
Clear Linux will be automatically updated to release version 27340 in the container. The minimum validated version of Clear Linux for this stack is 26240
Clear Linux will be automatically updated to the latest release version in the container. The minimum validated version of Clear Linux for this stack is 27910.
> **Note:**
> For multi-node support, we include a registry with a set of jsonnet files to show integration with Kubeflow for deployment.
@@ -60,9 +60,6 @@ The official Deep Learning Reference Stack Docker images are hosted at: https://
> **Note:**
The OSS version of the image will use version 27340 of Clear Linux.
## Licensing