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

Add upper half of conda, 2nd

parent 638f2472
No related branches found
No related tags found
No related merge requests found
Pipeline #301927 passed
......@@ -73,29 +73,29 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
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 \
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 \
# py3dmol \
# pylatex \
# pymatgen \
......@@ -133,34 +133,6 @@ RUN conda config --set default_threads 4 && \
mamba install -c python-control control \
&& \
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