From f57b497a01cfce95317bdcbf85f1f91adbe71449 Mon Sep 17 00:00:00 2001 From: vladd-bit Date: Wed, 20 Nov 2024 08:48:11 +0000 Subject: [PATCH] Services: updated J-hub singleuser packages. --- services/jupyter-hub/Dockerfile_singleuser | 3 ++- services/jupyter-hub/Dockerfile_singleuser_gpu | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/services/jupyter-hub/Dockerfile_singleuser b/services/jupyter-hub/Dockerfile_singleuser index 97087dce..87a420e2 100644 --- a/services/jupyter-hub/Dockerfile_singleuser +++ b/services/jupyter-hub/Dockerfile_singleuser @@ -146,9 +146,10 @@ RUN pip3 install --no-cache-dir docker dockerspawner jupyterhub-firstuseauthenti RUN pip3 install --no-cache-dir jupyterhub-nanowireauthenticator jupyterhub-ldapauthenticator jupyterhub-kubespawner jupyterhub-nativeauthenticator # extra packages for DB connections & utilities (charts, data formats, and other useful tools such as neo4j) -RUN pip3 install --no-cache-dir pytesseract ipyparallel py7zr cython isort html2text jsoncsv simplejson detect wheel nltk keras bokeh seaborn matplotlib graphviz plotly tqdm +RUN pip3 install --no-cache-dir pytesseract ipyparallel py7zr cython isort html2text jsoncsv simplejson detect wheel nltk keras bokeh seaborn matplotlib graphviz plotly tqdm RUN pip3 install --no-cache-dir pymssql mysql-connector-python cx-Oracle dataclasses numpy matplotlib pandas dill jsonpickle jsonext psycopg2 psycopg2-binary pyodbc openpyxl RUN pip3 install --no-cache-dir dvc flask GitPython elasticsearch opensearch-py neo4j eland --ignore-installed PyYAML +RUN pip3 install --no-cache-dir opencv-python torchvision # XNAT RUN pip3 install --no-cache-dir xnat diff --git a/services/jupyter-hub/Dockerfile_singleuser_gpu b/services/jupyter-hub/Dockerfile_singleuser_gpu index de509898..b4df1156 100644 --- a/services/jupyter-hub/Dockerfile_singleuser_gpu +++ b/services/jupyter-hub/Dockerfile_singleuser_gpu @@ -166,9 +166,10 @@ RUN pip3 install --no-cache-dir docker dockerspawner jupyterhub-firstuseauthenti RUN pip3 install --no-cache-dir jupyterhub-nanowireauthenticator jupyterhub-ldapauthenticator jupyterhub-kubespawner jupyterhub-nativeauthenticator # extra packages for DB connections & utilities (charts, data formats, and other useful tools such as neo4j) -RUN pip3 install --no-cache-dir pytesseract ipyparallel py7zr cython isort html2text jsoncsv simplejson detect wheel nltk keras bokeh seaborn matplotlib graphviz plotly tqdm +RUN pip3 install --no-cache-dir pytesseract ipyparallel py7zr cython isort html2text jsoncsv simplejson detect wheel nltk keras bokeh seaborn matplotlib graphviz plotly tqdm opencv-python torchvision RUN pip3 install --no-cache-dir pymssql mysql-connector-python cx-Oracle dataclasses numpy matplotlib pandas dill jsonpickle jsonext psycopg2 psycopg2-binary pyodbc openpyxl -RUN pip3 install --no-cache-dir dvc flask GitPython elasticsearch opensearch-py neo4j eland --ignore-installed PyYAML +RUN pip3 install --no-cache-dir dvc flask GitPython elasticsearch opensearch-py neo4j eland --ignore-installed PyYAML +RUN pip3 install --no-cache-dir opencv-python torchvision # XNAT RUN pip3 install --no-cache-dir xnat