mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-27 10:55:47 +00:00
DLRS release 1330
Signed-off-by: Daniela Plascencia <daniela.plascencia@linux.intel.com>
This commit is contained in:
committed by
sys-jenkinsotcswstac
parent
53b38a5722
commit
38c24cf180
@@ -14,4 +14,4 @@ docker build --no-cache -t clearlinux/stacks-dlrs-mkl .
|
||||
|
||||
* `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: 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.
|
||||
>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 28350.
|
||||
|
||||
@@ -43,7 +43,6 @@ CECILL-1.1
|
||||
CPL-1.0
|
||||
ClArtistic
|
||||
Distributable
|
||||
ECL-2.0
|
||||
EPL-1.0
|
||||
FSFULLR
|
||||
FTL
|
||||
|
||||
@@ -14,4 +14,4 @@ docker build --no-cache -t clearlinux/stacks-dlrs-oss .
|
||||
|
||||
* `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: 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.
|
||||
>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 28530.
|
||||
|
||||
@@ -43,7 +43,6 @@ CECILL-1.1
|
||||
CPL-1.0
|
||||
ClArtistic
|
||||
Distributable
|
||||
ECL-2.0
|
||||
EPL-1.0
|
||||
FSFULLR
|
||||
FTL
|
||||
|
||||
@@ -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-pytorch-mkl --build-arg swupd_args="-m 27910" .
|
||||
docker build --no-cache -t clearlinux/stacks-pytorch-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 27910. 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 28350.
|
||||
|
||||
@@ -43,7 +43,6 @@ CECILL-1.1
|
||||
CPL-1.0
|
||||
ClArtistic
|
||||
Distributable
|
||||
ECL-2.0
|
||||
EPL-1.0
|
||||
FSFULLR
|
||||
FTL
|
||||
|
||||
@@ -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 27910" .
|
||||
docker build --no-cache -t clearlinux/stacks-pytorch-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 27910. 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 28350.
|
||||
|
||||
@@ -43,7 +43,6 @@ CECILL-1.1
|
||||
CPL-1.0
|
||||
ClArtistic
|
||||
Distributable
|
||||
ECL-2.0
|
||||
EPL-1.0
|
||||
FSFULLR
|
||||
FTL
|
||||
|
||||
@@ -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 the latest release version in the container. The minimum validated version of Clear Linux for this stack is 27910.
|
||||
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 28530.
|
||||
|
||||
> **Note:**
|
||||
> For multi-node support, we include a registry with a set of jsonnet files to show integration with Kubeflow for deployment.
|
||||
|
||||
Reference in New Issue
Block a user