Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcolq committed Aug 21, 2024
1 parent e211d2e commit 55a0601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 55a0601

Please sign in to comment.