Skip to content

Commit 929db9c

Browse files
committed
added micromamba installation for Python 3.10 in Dockerfile
1 parent 82f28aa commit 929db9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

container/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ RUN apt-get update && \
1010

1111
USER $MAMBA_USER
1212

13+
RUN micromamba install -y -n base python=3.10 && \
14+
micromamba clean -a -y
15+
1316
WORKDIR /tools
1417

1518
RUN curl "https://cdn.oxfordnanoportal.com/software/analysis/dorado-1.2.0-linux-x64.tar.gz" -o dorado-1.2.0-linux-x64.tar.gz && \

0 commit comments

Comments
 (0)