Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
This patch fixes issue marcelauliano#93
  • Loading branch information
sbassi authored Aug 8, 2024
1 parent 1683dbc commit c7d4595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN wget -P /usr/local/src https://repo.anaconda.com/miniconda/Miniconda3-latest
&& $CONDA_DIR/bin/conda install -n base conda-libmamba-solver

RUN $CONDA_DIR/bin/conda create -n mitos_env -c bioconda -c conda-forge mitos=2.1.0 "r-base>4"
RUN $CONDA_DIR/bin/conda create -n mitofinder_env --experimental-solver=libmamba python=2.7
RUN $CONDA_DIR/bin/conda create -n mitofinder_env --solver libmamba python=2.7

RUN $CONDA_DIR/bin/conda clean -a

Expand Down

0 comments on commit c7d4595

Please sign in to comment.