Skip to content
Snippets Groups Projects
Commit 31d2ff2d authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Merge branch 'development'

parents 2d9a66a9 df027b1c
Branches
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do ...@@ -33,7 +33,7 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do
# install some packages # install some packages
# NOTE: without --no-update-deps somehow an undefined symbol error in /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so occurs, which crashes jupyter lab. # NOTE: without --no-update-deps somehow an undefined symbol error in /opt/conda/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so occurs, which crashes jupyter lab.
USER ${NB_UID} USER ${NB_UID}
RUN mamba install --yes --no-update-deps \ RUN conda install --yes --no-update-deps \
# umap + hdbscan # umap + hdbscan
'umap-learn' \ 'umap-learn' \
'hdbscan' \ 'hdbscan' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment