We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dd02c commit bd22cf6Copy full SHA for bd22cf6
medaka/Containerfile
@@ -51,4 +51,4 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
51
COPY --from=builder /venv /venv
52
COPY --from=conda /opt/conda /opt/conda
53
54
-ENV PATH=/venv:/opt/conda/bin/:$PATH
+ENV PATH=/venv/bin:/opt/conda/bin:$PATH
0 commit comments