Skip to content

Commit

Permalink
add pyabpoa back
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Jun 21, 2024
1 parent e8efd04 commit 2aa861f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aa861f

Please sign in to comment.