diff --git a/aws-code-build/ci/buildspec.yaml b/aws-code-build/ci/buildspec.yaml index bfa2725e..00af1393 100644 --- a/aws-code-build/ci/buildspec.yaml +++ b/aws-code-build/ci/buildspec.yaml @@ -48,3 +48,10 @@ batch: compute-type: BUILD_GENERAL1_MEDIUM privileged-mode: true buildspec: ./aws-code-build/ci/build_buildspec.yaml + - identifier: build_test_Exasol_8_cuda_ml + env: + variables: + FLAVOR: test-Exasol-8-cuda-ml + compute-type: BUILD_GENERAL1_MEDIUM + privileged-mode: true + buildspec: ./aws-code-build/ci/build_buildspec.yaml diff --git a/aws-code-build/release/buildspec.yaml b/aws-code-build/release/buildspec.yaml index 233ee733..2a854c4b 100644 --- a/aws-code-build/release/buildspec.yaml +++ b/aws-code-build/release/buildspec.yaml @@ -48,3 +48,10 @@ batch: compute-type: BUILD_GENERAL1_MEDIUM privileged-mode: true buildspec: ./aws-code-build/release/build_buildspec.yaml + - identifier: build_test_Exasol_8_cuda_ml + env: + variables: + FLAVOR: test-Exasol-8-cuda-ml + compute-type: BUILD_GENERAL1_MEDIUM + privileged-mode: true + buildspec: ./aws-code-build/release/build_buildspec.yaml diff --git a/doc/changes/package_diffs/9.1.0/README.md b/doc/changes/package_diffs/9.1.0/README.md index 8b6a9a0e..3ccfe935 100644 --- a/doc/changes/package_diffs/9.1.0/README.md +++ b/doc/changes/package_diffs/9.1.0/README.md @@ -5,4 +5,5 @@ - [Comparison of flavor Template-exasol-all-python-3.10](template-Exasol-all-python-3.10/README.md) - [Comparison of flavor Template-exasol-8-python-3.10-cuda-conda](template-Exasol-8-python-3.10-cuda-conda/README.md) - [Comparison of flavor Template-exasol-all-java-17](template-Exasol-all-java-17/README.md) +- [Comparison of flavor Test-exasol-8-cuda-ml](test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/README.md) - [Comparison of flavor Template-exasol-all-r-4](template-Exasol-all-r-4/README.md) diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/README.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/README.md new file mode 100644 index 00000000..dc9ff8d6 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/README.md @@ -0,0 +1,22 @@ +# Package Version Comparison between Test-exasol-8-cuda-ml flavor in 9.1.0 and Template-exasol-8-python-3.10-cuda-conda flavor in 9.0.0 + +- Comparison of build step Udfclient_deps + - [Comparison of Conda Channels](udfclient_deps/conda_channels_diff.md) + - [Comparison of Conda Packages](udfclient_deps/conda_packages_diff.md) +- Comparison of build step Security_scan + - [Comparison of Apt Get Packages](security_scan/apt_get_packages_diff.md) + - [Comparison of Apt Get Packages Trivy Deps](security_scan/apt_get_packages_trivy_deps_diff.md) +- Comparison of build step Language_deps + - [Comparison of Conda Channels](language_deps/conda_channels_diff.md) + - [Comparison of Conda Packages](language_deps/conda_packages_diff.md) +- Comparison of build step Flavor_base_deps + - [Comparison of Conda Channels](flavor_base_deps/conda_channels_diff.md) + - [Comparison of Conda Packages](flavor_base_deps/conda_packages_diff.md) + - [Comparison of Python3 Pip Packages](flavor_base_deps/python3_pip_packages_diff.md) +- Comparison of build step Conda_deps + - [Comparison of Apt Get Packages](conda_deps/apt_get_packages_diff.md) +- Comparison of build step Build_deps + - [Comparison of Conda Channels](build_deps/conda_channels_diff.md) + - [Comparison of Conda Packages](build_deps/conda_packages_diff.md) +- Comparison of build step Base_test_deps + - [Comparison of Apt Get Packages](base_test_deps/apt_get_packages_diff.md) diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/base_test_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/base_test_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..ec4f2b1b --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/base_test_deps/apt_get_packages_diff.md @@ -0,0 +1,10 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:----------|:----------------------|:----------------------|:---------| +| 0 | binutils | 2.38-4ubuntu2.6 | 2.38-4ubuntu2.6 | | +| 1 | gdb | 12.1-0ubuntu1~22.04.2 | 12.1-0ubuntu1~22.04.2 | | +| 2 | gdbserver | 12.1-0ubuntu1~22.04.2 | 12.1-0ubuntu1~22.04.2 | | +| 3 | patchelf | 0.14.3-1 | 0.14.3-1 | | +| 4 | strace | 5.16-0ubuntu3 | 5.16-0ubuntu3 | | +| 5 | valgrind | 1:3.18.1-1ubuntu2 | 1:3.18.1-1ubuntu2 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_channels_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_channels_diff.md new file mode 100644 index 00000000..249e12a6 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_channels_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:------------|:---------------------|:---------------------|:---------| +| 0 | conda-forge | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_packages_diff.md new file mode 100644 index 00000000..45511633 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/build_deps/conda_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:-------------|:-------------------|:-------------------|:---------| +| 0 | bazel | 7.2.1 | 7.3.2 | UPDATED | +| 1 | protobuf | 4.25.3 | 5.28.2 | UPDATED | +| 2 | chrpath | 0.16 | 0.16 | | +| 3 | gcc_linux-64 | 12.4.0 | 12.4.0 | | +| 4 | gxx_linux-64 | 12.4.0 | 12.4.0 | | +| 5 | make | 4.3 | 4.3 | | +| 6 | pcre | 8.45 | 8.45 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/conda_deps/apt_get_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/conda_deps/apt_get_packages_diff.md new file mode 100644 index 00000000..14e3ef91 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/conda_deps/apt_get_packages_diff.md @@ -0,0 +1,9 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:----------------|:-------------------|:-------------------|:---------| +| 0 | bzip2 | 1.0.8-5build1 | 1.0.8-5build1 | | +| 1 | ca-certificates | 20240203~22.04.1 | 20240203~22.04.1 | | +| 2 | coreutils | 8.32-4.1ubuntu1.2 | 8.32-4.1ubuntu1.2 | | +| 3 | curl | 7.81.0-1ubuntu1.19 | 7.81.0-1ubuntu1.19 | | +| 4 | locales | 2.35-0ubuntu3.8 | 2.35-0ubuntu3.8 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_channels_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_channels_diff.md new file mode 100644 index 00000000..d3eeccad --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_channels_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:------------|:---------------------|:---------------------|:---------| +| 0 | nvidia | | No version specified | NEW | +| 1 | conda-forge | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_packages_diff.md new file mode 100644 index 00000000..c79e067c --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/conda_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:-------------|:-------------------|:-------------------|:---------| +| 0 | cudnn | 8.1.0.77 | 9.3.0.75 | UPDATED | +| 1 | cuda-compat | | 12.6.2 | NEW | +| 2 | cuda-nvcc | | 12.6.77 | NEW | +| 3 | cuda-nvrtc | | 12.6.77 | NEW | +| 4 | cuda-toolkit | | 12.6.2 | NEW | +| 5 | numba | | 0.60.0 | NEW | +| 6 | pytorch | | 2.4.1 | NEW | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/python3_pip_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/python3_pip_packages_diff.md new file mode 100644 index 00000000..712bcbed --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/flavor_base_deps/python3_pip_packages_diff.md @@ -0,0 +1,4 @@ + + +| Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|-----------|--------------------|--------------------|----------| \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_channels_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_channels_diff.md new file mode 100644 index 00000000..8122e402 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_channels_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:------------|:---------------------|:---------------------|:---------| +| 0 | conda-forge | No version specified | No version specified | | +| 1 | nvidia | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_packages_diff.md new file mode 100644 index 00000000..357647f7 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/language_deps/conda_packages_diff.md @@ -0,0 +1,11 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:-------------|:-----------------------|:------------------------|:---------| +| 0 | libarrow | 16.0.0=he216f8a_1_cuda | 16.1.0=h4804cb8_44_cuda | UPDATED | +| 1 | mamba | 1.5.1 | 2.0.4 | UPDATED | +| 2 | pyarrow | 16.0.0 | 16.1.0 | UPDATED | +| 3 | cuda-toolkit | 11.8.0 | | REMOVED | +| 4 | numpy | 1.26.2 | 1.26.2 | | +| 5 | pandas | 2.2.2 | 2.2.2 | | +| 6 | python | 3.10.4 | 3.10.4 | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_diff.md new file mode 100644 index 00000000..fe7bb650 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:----------|:---------------------|:---------------------|:---------| +| 0 | trivy | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_trivy_deps_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_trivy_deps_diff.md new file mode 100644 index 00000000..4ead4c31 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/security_scan/apt_get_packages_trivy_deps_diff.md @@ -0,0 +1,6 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:--------------------|:---------------------|:---------------------|:---------| +| 0 | apt-transport-https | No version specified | No version specified | | +| 1 | gnupg | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_channels_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_channels_diff.md new file mode 100644 index 00000000..249e12a6 --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_channels_diff.md @@ -0,0 +1,5 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:------------|:---------------------|:---------------------|:---------| +| 0 | conda-forge | No version specified | No version specified | | \ No newline at end of file diff --git a/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_packages_diff.md b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_packages_diff.md new file mode 100644 index 00000000..84f370fd --- /dev/null +++ b/doc/changes/package_diffs/9.1.0/test-Exasol-8-cuda-ml__template-Exasol-8-python-3.10-cuda-conda/udfclient_deps/conda_packages_diff.md @@ -0,0 +1,8 @@ + + +| | Package | Version in 9.0.0 | Version in 9.1.0 | Status | +|---:|:------------|:-------------------|:-------------------|:---------| +| 0 | libprotobuf | 4.25.3 | 5.28.2 | UPDATED | +| 1 | cppzmq | 4.10.0 | 4.10.0 | | +| 2 | nss | 3.100 | 3.100 | | +| 3 | zeromq | 4.3.5 | 4.3.5 | | \ No newline at end of file