From d1fef91b565bf36153bfd06f60ef2cedf8b9be0d Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Mon, 21 Sep 2026 09:47:51 +0100 Subject: [PATCH] Refactor Dockerfile by removing mamba install Removed unnecessary RUN command for mamba install and adjusted formatting. --- docker/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 166a29a..a69a5d7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,9 +19,7 @@ RUN conda install -y -c conda-forge -c oddt \ conda-forge::vina=1.2.7 \ oddt::oddt=0.7 RUN pip install --no-cache-dir \ - openbabel-wheel==3.1.1.23 - -RUN mamba install + openbabel-wheel==3.1.1.23 # Get workshop files and move them to jovyan directory. COPY --chown=1000:100 . .