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

Add upper half of conda

parent 566b3a90
No related branches found
No related tags found
No related merge requests found
Pipeline #301925 failed
......@@ -134,6 +134,34 @@ RUN conda config --set default_threads 4 && \
&& \
mamba clean --all
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
arviz \
biopython \
bokeh \
boost-histogram \
corner \
cobra \
dynesty \
emcee \
ete3 \
flax \
fqdn \
graph-tool \
igraph \
ipydatagrid \
isoduration \
keras \
meshio \
mplcursors \
multi_rake \
optax \
pathos \
pint \
plotly \
&& \
mamba clean --all
# Disabled:
# root \ # breaks sqlite3, hub fails to start
......
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