From e6fd90ea473c68d60ddbbb6bed404959ceacf393 Mon Sep 17 00:00:00 2001 From: amaury5432 Date: Sat, 21 May 2022 22:06:08 +0200 Subject: [PATCH] fix (Dockerfile) conda command with anaconda-client --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index af7d7d4..7d31186 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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