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

Add conda channel pytorch

parent 0e5dfaae
No related branches found
No related tags found
No related merge requests found
Pipeline #306948 canceled
......@@ -72,7 +72,7 @@ RUN Rscript >/dev/null 2>&1 -e "install.packages(pkgs=c( \
# https://github.com/GoogleContainerTools/kaniko/issues/3091
RUN conda config --set default_threads 4 && \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh \
mamba install -q -c defaults -c conda-forge -c bioconda -c bokeh -c pytorch \
arviz \
autogluon \
biopython \
......@@ -105,7 +105,7 @@ RUN conda config --set default_threads 4 && \
pymrio \
pyteomics \
pytesseract \
pytorch::pytorch \
pytorch \
pyspellchecker \
rdkit \
root \
......
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