Skip to content

Commit bd22cf6

Browse files
authored
Fix container path
1 parent e0dd02c commit bd22cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

medaka/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
5151
COPY --from=builder /venv /venv
5252
COPY --from=conda /opt/conda /opt/conda
5353

54-
ENV PATH=/venv:/opt/conda/bin/:$PATH
54+
ENV PATH=/venv/bin:/opt/conda/bin:$PATH

0 commit comments

Comments
 (0)