From 55a06014f940240c6dea25e77cc9cef6e02e5fb8 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Wed, 21 Aug 2024 19:59:59 +0100 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8306c229..4bbe0ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ USER root RUN python3 -m pip install ./fieldbioinformatics RUN pip uninstall -y tensorflow keras pyabpoa \ - && micromamba install -y -c conda-forge tensorflow~=2.11 keras~=2.11 + && micromamba install -y -c conda-forge -c bioconda tensorflow=2.11 keras=2.11 USER $MAMBA_USER