From 56766f40ad10f9141fe4f913f66631f8470497ac Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 27 Feb 2020 11:10:20 -0500 Subject: [PATCH] Downgrade conda 4.7.12.1 drastically increases memory usage, causing a lot of projects using conda to fail. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b159d24..1f0de69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ ENV PYTHON_VERSION_36 3.6.8 ENV PYTHON_VERSION_37 3.7.3 ENV PYTHON_VERSION_38 3.8.0 ENV PYPY_VERSION_35 pypy3.5-7.0.0 -ENV CONDA_VERSION 4.7.12.1 +# Note: 4.7.12.1 drastically increases memory usage +ENV CONDA_VERSION 4.6.14 LABEL python.version_27=$PYTHON_VERSION_27 LABEL python.version_35=$PYTHON_VERSION_35 LABEL python.version_36=$PYTHON_VERSION_36