Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of Anaconda deps... finally #377

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base/anaconda-python-3.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ RUN /opt/anaconda3/bin/conda env create --file environment.yml -p "${APP_ROOT}"

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

USER 1001
Expand Down
16 changes: 9 additions & 7 deletions base/anaconda-python-3.8/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ channels:
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=5.1=1_gnu
- ca-certificates=2023.01.10=h06a4308_0
- ca-certificates=2023.08.22=h06a4308_0
- icu=73.1=h6a678d5_0
- ld_impl_linux-64=2.38=h1181459_1
- libffi=3.4.4=h6a678d5_0
- libgcc-ng=11.2.0=h1234567_1
- libgomp=11.2.0=h1234567_1
- libstdcxx-ng=11.2.0=h1234567_1
- libuv=1.44.2=h5eee18b_0
- ncurses=6.4=h6a678d5_0
- nodejs=18.15.0=ha637b67_0
- openssl=1.1.1t=h7f8727e_0
- pip=23.0.1=py38h06a4308_0
- python=3.8.16=h7a1cb2a_3
- nodejs=18.16.0=h2d74bed_1
- openssl=3.0.12=h7f8727e_0
- pip=23.3.1=py38h06a4308_0
- python=3.8.18=h955ad1f_0
- readline=8.2=h5eee18b_0
- setuptools=66.0.0=py38h06a4308_0
- setuptools=68.0.0=py38h06a4308_0
- sqlite=3.41.2=h5eee18b_0
- tk=8.6.12=h1ccaba5_0
- wheel=0.38.4=py38h06a4308_0
- wheel=0.41.2=py38h06a4308_0
- xz=5.4.2=h5eee18b_0
- zlib=1.2.13=h5eee18b_0
prefix: /opt/app-root
55 changes: 27 additions & 28 deletions jupyter/datascience/anaconda-python-3.8/environment.in
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
jupyterlab==3.5
jupyterlab_server>2.0
jupyter-server-proxy
jupyter_server_terminals
jupyterlab-git
jupyter_kernel_gateway
jupyter_contrib_nbextensions
jupyter_nbextensions_configurator
jupyter_bokeh
jupyter-lsp
jupyterlab_widgets
jupyter-resource-usage
matplotlib
numpy
pandas
plotly
scikit-learn
scipy
nbdime
nbgitpuller
tensorflow
pytorch
ipython
cryptography
nodejs>12.0.0
urllib3<1.26.16
elyra
kfp-tekton<1.6.0
boto3~=1.28
kafka-python~=2.0
matplotlib~=3.6
numpy~=1.24
pandas~=1.5
plotly~=5.16
scikit-learn~=1.3
scipy~=1.10
skl2onnx~=1.15
pymongo~=4.5
psycopg~=3.1
pyodbc~=4.0
mysql-connector-python~=8.0
elyra-pipeline-editor-extension>=3.15
elyra-python-editor-extension>=3.15
elyra-code-snippet-extension>=3.15
jupyterlab~=3.6
jupyter_bokeh~=3.0
jupyter_server~=2.7
jupyter-server-proxy~=4.0
jupyter_server_terminals~=0.4
jupyterlab-git~=0.42
jupyterlab-lsp~=4.2
jupyterlab_widgets~=3.0
jupyter-resource-usage~=0.6
nbdime~=3.2
nbgitpuller~=1.2
Loading