Skip to content

Commit 9c3edfd

Browse files
Merge pull request #377 from Xaenalt/main
Update of Anaconda deps... finally
2 parents 32f7670 + 9e4d7cf commit 9c3edfd

File tree

4 files changed

+363
-313
lines changed

4 files changed

+363
-313
lines changed

base/anaconda-python-3.8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ RUN /opt/anaconda3/bin/conda env create --file environment.yml -p "${APP_ROOT}"
7272

7373
# For RHEL/Centos 8+ scl_enable isn't sourced automatically in s2i-core
7474
# so virtualenv needs to be activated this way
75-
ENV BASH_ENV="/opt/anaconda3/bin/activate ${APP_ROOT}" \
76-
ENV="/opt/anaconda3/bin/activate ${APP_ROOT}" \
75+
ENV BASH_ENV="source /opt/anaconda3/bin/activate ${APP_ROOT}" \
76+
ENV="source /opt/anaconda3/bin/activate ${APP_ROOT}" \
7777
PROMPT_COMMAND=". /opt/anaconda3/bin/activate ${APP_ROOT}"
7878

7979
USER 1001

base/anaconda-python-3.8/environment.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,24 @@ channels:
55
dependencies:
66
- _libgcc_mutex=0.1=main
77
- _openmp_mutex=5.1=1_gnu
8-
- ca-certificates=2023.01.10=h06a4308_0
8+
- ca-certificates=2023.08.22=h06a4308_0
9+
- icu=73.1=h6a678d5_0
910
- ld_impl_linux-64=2.38=h1181459_1
1011
- libffi=3.4.4=h6a678d5_0
1112
- libgcc-ng=11.2.0=h1234567_1
1213
- libgomp=11.2.0=h1234567_1
1314
- libstdcxx-ng=11.2.0=h1234567_1
15+
- libuv=1.44.2=h5eee18b_0
1416
- ncurses=6.4=h6a678d5_0
15-
- nodejs=18.15.0=ha637b67_0
16-
- openssl=1.1.1t=h7f8727e_0
17-
- pip=23.0.1=py38h06a4308_0
18-
- python=3.8.16=h7a1cb2a_3
17+
- nodejs=18.16.0=h2d74bed_1
18+
- openssl=3.0.12=h7f8727e_0
19+
- pip=23.3.1=py38h06a4308_0
20+
- python=3.8.18=h955ad1f_0
1921
- readline=8.2=h5eee18b_0
20-
- setuptools=66.0.0=py38h06a4308_0
22+
- setuptools=68.0.0=py38h06a4308_0
2123
- sqlite=3.41.2=h5eee18b_0
2224
- tk=8.6.12=h1ccaba5_0
23-
- wheel=0.38.4=py38h06a4308_0
25+
- wheel=0.41.2=py38h06a4308_0
2426
- xz=5.4.2=h5eee18b_0
2527
- zlib=1.2.13=h5eee18b_0
2628
prefix: /opt/app-root
Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
jupyterlab==3.5
2-
jupyterlab_server>2.0
3-
jupyter-server-proxy
4-
jupyter_server_terminals
5-
jupyterlab-git
6-
jupyter_kernel_gateway
7-
jupyter_contrib_nbextensions
8-
jupyter_nbextensions_configurator
9-
jupyter_bokeh
10-
jupyter-lsp
11-
jupyterlab_widgets
12-
jupyter-resource-usage
13-
matplotlib
14-
numpy
15-
pandas
16-
plotly
17-
scikit-learn
18-
scipy
19-
nbdime
20-
nbgitpuller
21-
tensorflow
22-
pytorch
23-
ipython
24-
cryptography
25-
nodejs>12.0.0
26-
urllib3<1.26.16
27-
elyra
28-
kfp-tekton<1.6.0
1+
boto3~=1.28
2+
kafka-python~=2.0
3+
matplotlib~=3.6
4+
numpy~=1.24
5+
pandas~=1.5
6+
plotly~=5.16
7+
scikit-learn~=1.3
8+
scipy~=1.10
9+
skl2onnx~=1.15
10+
pymongo~=4.5
11+
psycopg~=3.1
12+
pyodbc~=4.0
13+
mysql-connector-python~=8.0
14+
elyra-pipeline-editor-extension>=3.15
15+
elyra-python-editor-extension>=3.15
16+
elyra-code-snippet-extension>=3.15
17+
jupyterlab~=3.6
18+
jupyter_bokeh~=3.0
19+
jupyter_server~=2.7
20+
jupyter-server-proxy~=4.0
21+
jupyter_server_terminals~=0.4
22+
jupyterlab-git~=0.42
23+
jupyterlab-lsp~=4.2
24+
jupyterlab_widgets~=3.0
25+
jupyter-resource-usage~=0.6
26+
nbdime~=3.2
27+
nbgitpuller~=1.2

0 commit comments

Comments
 (0)