Skip to content

Commit

Permalink
pinning python version in genmod Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Nov 23, 2023
1 parent 3e2ae2c commit 6accad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/genmod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ LABEL software.version="3.8.1"
LABEL extra.binaries="genmod"
LABEL maintainer="Clinical-Genomics/MIP"

RUN mamba install -y -c conda-forge -c bioconda pip pytabix && \
RUN mamba install -y -c conda-forge -c bioconda pip pytabix python=3.8 && \
/opt/conda/bin/conda clean -ya && \
pip install --no-cache-dir genmod==3.8.1

0 comments on commit 6accad5

Please sign in to comment.