From 392d4bb2e88a659faf90babe9f1707e0f304ea4a Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Thu, 18 Aug 2022 23:55:33 +0200 Subject: [PATCH] Try pinning conda in docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 650ba14271092..beff4c7dd7b85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN mkdir "$pandas_home" \ # we just update the base/root one from the 'environment.yml' file instead of creating a new one. # # Set up environment -RUN conda install -y mamba +RUN conda install -y mamba conda=4.13.0 RUN mamba env update -n base -f "$pandas_home/environment.yml" # Build C extensions and pandas