Skip to content

Commit

Permalink
fix (Dockerfile) conda command with anaconda-client
Browse files Browse the repository at this point in the history
  • Loading branch information
amauryval committed May 21, 2022
1 parent 7729af4 commit e6fd90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM continuumio/miniconda3:4.7.10

RUN conda install -y 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 e6fd90e

Please sign in to comment.