Skip to content
Snippets Groups Projects
Commit b5b65a25 authored by Bengt Giger's avatar Bengt Giger
Browse files

only keras excluded; 4 CPUs commited

parent 0f0097d3
No related branches found
No related tags found
No related merge requests found
Pipeline #283777 failed
...@@ -68,7 +68,8 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \ ...@@ -68,7 +68,8 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
# Python and R from Condaforge # Python and R from Condaforge
############################## ##############################
RUN mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \ RUN mamba config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
arviz \ arviz \
autogluon \ autogluon \
biopython \ biopython \
...@@ -81,7 +82,7 @@ RUN mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \ ...@@ -81,7 +82,7 @@ RUN mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
ete3 \ ete3 \
flax \ flax \
fqdn \ fqdn \
# geopandas \ geopandas \
graph-tool \ graph-tool \
igraph \ igraph \
ipydatagrid \ ipydatagrid \
...@@ -177,6 +178,7 @@ RUN mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \ ...@@ -177,6 +178,7 @@ RUN mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
# pycryptodome \ # pycryptodome \
# pyFAI \ # pyFAI \
# pymatgen \ # pymatgen \
# pymrio \
# pypardiso \ # pypardiso \
# pyvista \ # pyvista \
# rise \ # rise \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment