We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320a5a7 commit fef2d2cCopy full SHA for fef2d2c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/broadinstitute/viral-baseimage:0.2.3
+FROM quay.io/broadinstitute/viral-baseimage:0.2.4
2
3
LABEL maintainer "viral-ngs@broadinstitute.org"
4
@@ -28,7 +28,7 @@ ENV \
28
# Set it up so that this slow & heavy build layer is cached
29
# unless the requirements* files or the install scripts actually change
30
WORKDIR $INSTALL_PATH
31
-RUN conda create -n $CONDA_DEFAULT_ENV python=3.10
+RUN mamba create -n $CONDA_DEFAULT_ENV python=3.10
32
RUN echo "source activate $CONDA_DEFAULT_ENV" > ~/.bashrc
33
RUN hash -r
34
COPY docker $VIRAL_NGS_PATH/docker/
0 commit comments