We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c5a4f commit d593b95Copy full SHA for d593b95
Dockerfile
@@ -8,6 +8,9 @@ RUN micromamba install -y -n base -f /tmp/env.yaml && \
8
# Enable conda environment activation for subsequent RUN commands
9
ARG MAMBA_DOCKERFILE_ACTIVATE=1
10
11
+# Add manually to PATH for all the image-users who override our entrypoint
12
+ENV PATH="/opt/conda/bin:$PATH"
13
+
14
# Verify key tools are available
15
RUN python --version && \
16
samtools --version | head -1 && \
0 commit comments