Skip to content

Commit

Permalink
upd (Dockerfile) command cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
amauryval committed May 21, 2022
1 parent e6fd90e commit 201c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM continuumio/miniconda3:4.7.10

RUN conda install -y anaconda-client conda-build conda-verify numpy
RUN conda install --yes --quiet anaconda-client conda-build conda-verify numpy
RUN conda install --yes --quiet mamba -c conda-forge
RUN mamba install --yes --quiet boa -c conda-forge

Expand Down

0 comments on commit 201c93a

Please sign in to comment.