Skip to content

Commit

Permalink
prepare release 9.1.0 (#1044)
Browse files Browse the repository at this point in the history
* Prepare release 9.1.0

* Fixed flavor README.md

* Update flavors/README.md

Co-authored-by: Torsten Kilias <[email protected]>

---------

Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
tomuben and tkilias authored Jan 13, 2025
1 parent 3ffd085 commit 9b5bc05
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 403 deletions.
6 changes: 3 additions & 3 deletions doc/changes/changes_9.1.0.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# script-languages-release 9.1.0, released t.b.d.
# script-languages-release 9.1.0, released 2025-01-25

Code name: t.b.d.
Code name: Test-Cuda-ML flavor

## Summary

t.b.d.
This release adds the new Test-Cuda-ML flavor and provides several dependency updates.

## [Package Version Comparison between Release 9.0.0 and 9.1.0](package_diffs/9.1.0/README.md)

Expand Down
17 changes: 10 additions & 7 deletions flavors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We provide one flavor, which can be used in all currently active Exasol versions
- standard-EXASOL-all
- Base Image: ubuntu:22.04
- Compatible Exasol Versions:
- 8.0.\*
- 8.\*
- 7.1.\*
- Available languages: Java 11, Python 3.10 and R 4.4
- [Here](standard-EXASOL-all/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.
Expand All @@ -30,7 +30,7 @@ The template-Exasol-all-python-3.10 flavor provides language Python 3.10 with on

- template-Exasol-all-python-3.10
- Base Image: ubuntu:22.04
- Compatible Exasol Versions: 8.0.\*, 7.1.\*
- Compatible Exasol Versions: 8.\*, 7.1.\*
- Available languages: Python 3.10
- [Here](template-Exasol-all-python-3.10/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.

Expand All @@ -40,35 +40,38 @@ The template-Exasol-all-python-3.10-conda flavor provides the language Python 3.

- template-Exasol-all-python-3.10-conda
- Base Image: ubuntu:22.04
- Compatible Exasol Versions: 8.0.\*,7.1.\*, 7.0.\*
- Compatible Exasol Versions: 8.\*,7.1.\*, 7.0.\*
- Available languages: Python 3.10
- Supported Package Manager: conda, pip
- [Here](template-Exasol-all-python-3.10-conda/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.

### template-Exasol-8-python-3.10-cuda-conda

The template-Exasol-8-python-3.10-cuda-conda flavor provides the language Python 3.10 with NVIDIA GPU support and with only absolute necessary packages. This allows very simple customization because you control almost all dependencies. In contrast to template-Exasol-all-python-3.10, it also allows the installation of conda packages.
The template-Exasol-8-python-3.10-cuda-conda flavor provides the language Python 3.10 with NVIDIA GPU support and with only absolute necessary packages. The flavor contains the Cuda-SDK and is prepared to work with the Nvidia-Driver, which however needs to be provided by the Host OS. This allows very simple customization because you control almost all dependencies. In contrast to template-Exasol-all-python-3.10, it also allows the installation of conda packages.

- template-Exasol-8-python-3.10-cuda-conda
- Base Image: ubuntu:22.04
- Compatible Exasol Versions: 8.0.\*,7.1.\*, 7.0.\*
- Compatible Exasol Versions: 8.?
- Available languages: Python 3.10
- Supported Package Manager: conda, pip
- Withou NVIDIA Driver
- Without NVIDIA Driver
- Installed CudaToolkit: 11.8
- Installed CuDNN: 8.1.0.77
- [Here](template-Exasol-8-python-3.10-cuda-conda/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.

**Important**: Currently, there us no compatible Exasol DB version with this flavor (will come later).

### template-Exasol-all-r-4

The R-4-minimal flavor provides the language R 4.4 with only absolute necessary packages. This allows very simple customization because you control almost all dependencies.

- template-Exasol-all-r-4
- Base Image: ubuntu:22.04
- Compatible Exasol Versions: 8.0.\*, 7.1.\*
- Compatible Exasol Versions: 8.\*, 7.1.\*
- Available languages: R 4.4
- [Here](template-Exasol-all-r-4/FLAVOR_DESCRIPTION.md) you can find more details about the flavor, such as the provided packages.


## Flavor or Language-specific features

Some flavors or Languages provide additional features.
Expand Down
Loading

0 comments on commit 9b5bc05

Please sign in to comment.