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

Merge branch 'development' into 'master'

Fix pytorch-gpu CI build

See merge request !39
parents cf99ed46 50ceb533
Branches
No related tags found
1 merge request!39Fix pytorch-gpu CI build
......@@ -41,9 +41,8 @@ RUN wget --no-hsts -q -O vscode_cli.tar.gz 'https://code.visualstudio.com/sha/do
fix-permissions "${CONDA_DIR}"
# 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.
USER ${NB_UID}
RUN conda install --yes --no-update-deps \
RUN mamba install --yes \
# system monitor
'bpytop' \
# umap + hdbscan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment