Skip to content

Commit fef2d2c

Browse files
authored
viral-core container Dockerfile: bump viral-baseimage 0.2.3 -> 0.2.4 (#117)
* viral-core container Dockerfile: bump viral-baseimage 0.2.3 -> 0.2.4 * s/conda create/mamba create/
1 parent 320a5a7 commit fef2d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/broadinstitute/viral-baseimage:0.2.3
1+
FROM quay.io/broadinstitute/viral-baseimage:0.2.4
22

33
LABEL maintainer "viral-ngs@broadinstitute.org"
44

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

0 commit comments

Comments
 (0)