Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Nov 15, 2023
1 parent 8e37d38 commit 5f6167e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion medaka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ RUN micromamba install --name base -c conda-forge -c bioconda -c defaults medaka
mkdir /data

# this _should_ overwrite the medaka installed via micromamba
RUN /opt/conda/bin/pip install --no-cache medaka==${MEDAKA_VER} pyabpoa==${PYABPOA_VER} && \
RUN /opt/conda/bin/pip install --no-cache medaka==${MEDAKA_VER} && \
pip install pyabpoa==${PYABPOA_VER} && \
medaka --version

CMD medaka --help
Expand Down

0 comments on commit 5f6167e

Please sign in to comment.