Skip to content

Commit

Permalink
fix (?) docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
psathyrella committed Jan 30, 2024
1 parent 049240d commit eb17ee0
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 @@ -15,7 +15,7 @@ RUN apt-get --allow-releaseinfo-change update && apt-get install -y \
python-pyqt5 \
vim

RUN conda install -y -cbioconda -cbiocore python=2.7 biopython pandas psutil pysam scons seaborn zlib pyyaml scikit-learn mafft # -cbioconda is for pysam, -cbiocore is for mafft
RUN conda install -y -cbioconda -cbiocore python biopython pandas psutil pysam scons seaborn zlib pyyaml scikit-learn mafft # -cbioconda is for pysam, -cbiocore is for mafft
RUN conda update -y numpy # the previous command downgrades numpy (I'm not sure why), which breaks the seaborn import
RUN pip install colored-traceback dendropy==4.4.0 levenshtein
COPY . /partis
Expand Down

0 comments on commit eb17ee0

Please sign in to comment.