Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedmoustafa authored Jun 23, 2021
1 parent 1466cd9 commit a7104b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ RUN pip install gecco-tool
RUN apt update && \
apt install software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt install python3.7 && \
python3.7 -m pip install deepbgc deepbgc[hmm]
apt install python3.7
RUN python3.7 -m pip install deepbgc deepbgc[hmm]
RUN deepbgc download


Expand Down

0 comments on commit a7104b2

Please sign in to comment.