Skip to content

Commit

Permalink
viral-core container Dockerfile: bump viral-baseimage 0.2.3 -> 0.2.4 (#…
Browse files Browse the repository at this point in the history
…117)

* viral-core container Dockerfile: bump viral-baseimage 0.2.3 -> 0.2.4

* s/conda create/mamba create/
  • Loading branch information
tomkinsc authored Jan 31, 2025
1 parent 320a5a7 commit fef2d2c
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
@@ -1,4 +1,4 @@
FROM quay.io/broadinstitute/viral-baseimage:0.2.3
FROM quay.io/broadinstitute/viral-baseimage:0.2.4

LABEL maintainer "viral-ngs@broadinstitute.org"

Expand Down Expand Up @@ -28,7 +28,7 @@ ENV \
# Set it up so that this slow & heavy build layer is cached
# unless the requirements* files or the install scripts actually change
WORKDIR $INSTALL_PATH
RUN conda create -n $CONDA_DEFAULT_ENV python=3.10
RUN mamba create -n $CONDA_DEFAULT_ENV python=3.10
RUN echo "source activate $CONDA_DEFAULT_ENV" > ~/.bashrc
RUN hash -r
COPY docker $VIRAL_NGS_PATH/docker/
Expand Down

0 comments on commit fef2d2c

Please sign in to comment.