Skip to content

Commit

Permalink
Avoid double micall installation in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Oct 21, 2024
1 parent 5c9d302 commit cb96090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ RUN apt-get install -q -y libcairo2-dev
COPY . /opt/micall/

RUN pip install --upgrade pip
RUN pip install /opt/micall
RUN pip install /opt/micall[basespace]
RUN micall make_blast_db

## Trigger matplotlib to build its font cache
RUN pip install /opt/micall[basespace]
RUN python -c 'import matplotlib; matplotlib.use("Agg"); import matplotlib.pyplot'

WORKDIR /data
Expand Down

0 comments on commit cb96090

Please sign in to comment.