-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/864_add_python_310_template_flavor
- Loading branch information
Showing
29 changed files
with
1,309 additions
and
874 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM ubuntu:18.04 | ||
FROM ubuntu:20.04 | ||
|
||
ENV DEBIAN_FRONTEND="noninteractive" | ||
RUN apt-get update && apt-get install --no-install-recommends -y python3-distutils python-distutils-extra r-base perl-base perl-doc locales curl git build-essential | ||
COPY install_scripts/install_python*_pip.sh / | ||
RUN /install_python3.6_pip.sh | ||
RUN /install_python2.7_pip.sh | ||
RUN /install_python3.8_pip.sh "pip>20" | ||
COPY . /scripts |
4 changes: 2 additions & 2 deletions
4
ext/scripts/tests/install_scripts/test_files/apt/with_versions/all_versions_specified
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
curl|7.58.0-2ubuntu3.24 # t1 | ||
wget|1.19.4-1ubuntu2.2 # t2 | ||
curl|7.68.0-1ubuntu2.21 # t1 | ||
wget|1.20.3-1ubuntu2 # t2 |
2 changes: 1 addition & 1 deletion
2
ext/scripts/tests/install_scripts/test_files/apt/with_versions/some_missing_versions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
curl|7.58.0-2ubuntu3.24 # t1 | ||
curl|7.68.0-1ubuntu2.21 # t1 | ||
wget| # t2 | ||
git| |
2 changes: 1 addition & 1 deletion
2
flavors/python-3.8-minimal-EXASOL-6.2.0/flavor_base/base_test_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
gdb|9.2-0ubuntu1~20.04.1 | ||
valgrind|1:3.15.0-1ubuntu9.1 | ||
gdbserver|9.2-0ubuntu1~20.04.1 | ||
binutils|2.34-6ubuntu1.6 | ||
binutils|2.34-6ubuntu1.7 | ||
patchelf|0.10-2build1 | ||
strace|5.5-3ubuntu1 |
4 changes: 2 additions & 2 deletions
4
flavors/python-3.8-minimal-EXASOL-6.2.0/flavor_base/build_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rs/python-3.8-minimal-EXASOL-6.2.0/flavor_base/flavor_base_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
unzip|6.0-25ubuntu1.1 | ||
git|1:2.25.1-1ubuntu3.11 | ||
libcurl4-openssl-dev|7.68.0-1ubuntu2.19 | ||
libcurl4-openssl-dev|7.68.0-1ubuntu2.21 | ||
build-essential|12.8ubuntu1.1 |
4 changes: 2 additions & 2 deletions
4
flavors/python-3.8-minimal-EXASOL-6.2.0/flavor_base/language_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
ca-certificates|20230311ubuntu0.20.04.1 | ||
python3.8-dev|3.8.10-0ubuntu1~20.04.8 | ||
python3.8-dev|3.8.10-0ubuntu1~20.04.9 | ||
python3-distutils|3.8.10-0ubuntu1~20.04 | ||
curl|7.68.0-1ubuntu2.19 | ||
curl|7.68.0-1ubuntu2.21 | ||
|
2 changes: 1 addition & 1 deletion
2
...s/python-3.8-minimal-EXASOL-6.2.0/flavor_base/language_deps/packages/python3_pip_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pandas|2.0.2 | ||
numpy|1.24.3 | ||
pyarrow|12.0.0 | ||
pyarrow|14.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
flavors/python-3.8-minimal-EXASOL-6.2.0/flavor_base/udfclient_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
coreutils|8.30-3ubuntu2 | ||
locales|2.31-0ubuntu9.9 | ||
locales|2.31-0ubuntu9.14 | ||
libnss-db|2.2.3pre1-6build6 | ||
libzmq3-dev|4.3.2-2ubuntu1 | ||
libprotobuf-dev|3.6.1.3-2ubuntu5.2 | ||
libssl-dev|1.1.1f-1ubuntu2.19 | ||
libssl-dev|1.1.1f-1ubuntu2.20 |
2 changes: 1 addition & 1 deletion
2
flavors/template-Exasol-all-python-3.8-conda/flavor_base/build_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
protobuf|4.21.12 | ||
protobuf|4.24.4 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
4 changes: 2 additions & 2 deletions
4
...ors/template-Exasol-all-python-3.8-conda/flavor_base/conda_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
coreutils|8.30-3ubuntu2 | ||
locales|2.31-0ubuntu9.9 | ||
curl|7.68.0-1ubuntu2.19 | ||
locales|2.31-0ubuntu9.14 | ||
curl|7.68.0-1ubuntu2.21 | ||
ca-certificates|20230311ubuntu0.20.04.1 |
2 changes: 1 addition & 1 deletion
2
...rs/template-Exasol-all-python-3.8-conda/flavor_base/language_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/template-Exasol-all-python-3.8-conda/flavor_base/udfclient_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
libprotobuf|3.21.12 | ||
libprotobuf|4.24.4 | ||
zeromq|4.3.4 | ||
openssl|3.1.2 | ||
openssl|3.1.4 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |
2 changes: 1 addition & 1 deletion
2
.../template-Exasol-all-python-3.8-cuda-conda/flavor_base/build_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
protobuf|4.21.12 | ||
protobuf|4.24.4 | ||
pcre|8.45 | ||
chrpath|0.16 | ||
openjdk|11.0.15 | ||
|
2 changes: 1 addition & 1 deletion
2
...mplate-Exasol-all-python-3.8-cuda-conda/flavor_base/language_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Exasol-all-python-3.8-cuda-conda/flavor_base/nvidia_driver_deps/packages/apt_get_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
coreutils|8.30-3ubuntu2 | ||
locales|2.31-0ubuntu9.9 | ||
curl|7.68.0-1ubuntu2.19 | ||
locales|2.31-0ubuntu9.14 | ||
curl|7.68.0-1ubuntu2.21 | ||
ca-certificates|20230311ubuntu0.20.04.1 |
4 changes: 2 additions & 2 deletions
4
...plate-Exasol-all-python-3.8-cuda-conda/flavor_base/udfclient_deps/packages/conda_packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
libprotobuf|3.21.12 | ||
libprotobuf|4.24.4 | ||
zeromq|4.3.4 | ||
openssl|3.1.2 | ||
openssl|3.1.4 | ||
nss|3.77 | ||
cppzmq|4.8.1 | ||
_openmp_mutex|4.5=2_kmp_llvm # We need this, such that we can later install libblas with mkl, which is for example needed by pytorch |
Oops, something went wrong.