From 2aa861ffe673cd8a4823942ed4d6df4e311f9405 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Fri, 21 Jun 2024 10:30:43 +0100 Subject: [PATCH] add pyabpoa back --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 95bd6a7..9385fe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,9 @@ RUN conda clean --all &&\ # build piranha WORKDIR /data/piranha RUN source /venv/bin/activate && pip install --user --no-cache-dir . \ - && pip uninstall -y tensorflow keras \ - && conda install -c conda-forge tensorflow~=2.11 keras~=2.11 \ - && pip install pyabpoa==1.5.1 + && pip uninstall -y tensorflow keras pyabpoa \ + && conda install -y -c conda-forge tensorflow~=2.11 keras~=2.11 \ + && pip install pyabpoa==1.5.0 # build image FROM debian:bullseye-slim AS runtime-image