File tree Expand file tree Collapse file tree 4 files changed +363
-313
lines changed
jupyter/datascience/anaconda-python-3.8 Expand file tree Collapse file tree 4 files changed +363
-313
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ RUN /opt/anaconda3/bin/conda env create --file environment.yml -p "${APP_ROOT}"
72
72
73
73
# For RHEL/Centos 8+ scl_enable isn't sourced automatically in s2i-core
74
74
# 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}" \
77
77
PROMPT_COMMAND=". /opt/anaconda3/bin/activate ${APP_ROOT}"
78
78
79
79
USER 1001
Original file line number Diff line number Diff line change @@ -5,22 +5,24 @@ channels:
5
5
dependencies :
6
6
- _libgcc_mutex=0.1=main
7
7
- _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
9
10
- ld_impl_linux-64=2.38=h1181459_1
10
11
- libffi=3.4.4=h6a678d5_0
11
12
- libgcc-ng=11.2.0=h1234567_1
12
13
- libgomp=11.2.0=h1234567_1
13
14
- libstdcxx-ng=11.2.0=h1234567_1
15
+ - libuv=1.44.2=h5eee18b_0
14
16
- 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
19
21
- readline=8.2=h5eee18b_0
20
- - setuptools=66 .0.0=py38h06a4308_0
22
+ - setuptools=68 .0.0=py38h06a4308_0
21
23
- sqlite=3.41.2=h5eee18b_0
22
24
- tk=8.6.12=h1ccaba5_0
23
- - wheel=0.38.4 =py38h06a4308_0
25
+ - wheel=0.41.2 =py38h06a4308_0
24
26
- xz=5.4.2=h5eee18b_0
25
27
- zlib=1.2.13=h5eee18b_0
26
28
prefix : /opt/app-root
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments