From f011eb9d5aba77e230d2948b3fd721f28a23efbf Mon Sep 17 00:00:00 2001 From: "michael.rabellino" Date: Mon, 29 Jan 2024 10:56:48 -0700 Subject: [PATCH] removing pycouch from sci package, forgot conda doesnt have package were using, will update elsewhere --- docker/python-sci/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/python-sci/Dockerfile b/docker/python-sci/Dockerfile index def7cae8..d126a386 100644 --- a/docker/python-sci/Dockerfile +++ b/docker/python-sci/Dockerfile @@ -26,7 +26,6 @@ RUN conda config --add channels conda-forge && \ s5cmd==2.2.2 \ shapely==2.0.2 \ pillow==10.0.1 \ - pycouchdb==1.14.2 \ && conda clean -y --all # Get the latest package updates to keep security vulnerabilities down