From aaf0e9b6075676a3c3dea3d36110ddef792a3f7b Mon Sep 17 00:00:00 2001 From: Venkata Chandra Sekhar Nainala Date: Tue, 1 Aug 2023 11:16:17 +0200 Subject: [PATCH] fix: ResolvePackageNotFound: #12 110.6 - conda==23.5.2 issue fix --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4893eba..03474ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ RUN apt-get update && \ apt-get install -y software-properties-common && \ apt-get update -y && \ apt-get install -y openjdk-11-jre && \ - apt-get install -y curl + apt-get install -y curl && \ + conda update -n base -c defaults conda RUN conda install -c conda-forge python>=PYTHON_VERSION RUN conda install -c conda-forge rdkit>=RDKIT_VERSION