Skip to content

Commit

Permalink
Merge pull request #1045 from exasol/develop
Browse files Browse the repository at this point in the history
Changelog:
- #1036: Added pytorch and numba integration test compatible with CPU (#1042)
- prepare release 9.1.0 (#1044)
  • Loading branch information
tomuben authored Jan 13, 2025
2 parents 6ff8c88 + 9b5bc05 commit 4b6920a
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 406 deletions.
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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 All @@ -24,7 +24,7 @@ This release uses version 1.0.0 of the container tool.

## Refactorings

n/a
- #1036: Added pytorch and numba integration test compatible with CPU only VM

## Bugs

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 4b6920a

Please sign in to comment.