From be5853b4e2cf213c08f859b9dd30e924a0a6b4e8 Mon Sep 17 00:00:00 2001 From: Marina Moreira Date: Tue, 27 Jun 2023 14:00:55 -0700 Subject: [PATCH] adding some str dependencies --- scripts/docker/analyst.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker/analyst.Dockerfile b/scripts/docker/analyst.Dockerfile index 24451887..a4740c52 100644 --- a/scripts/docker/analyst.Dockerfile +++ b/scripts/docker/analyst.Dockerfile @@ -32,7 +32,7 @@ RUN apt-get update \ RUN pip3 install pyArango \ && pip3 install jupyterlab jupyterhub nbconvert Pygments==2.6.1 jupyros \ - && pip3 install matplotlib opencv-python numpy-quaternion pandas \ + && pip3 install matplotlib opencv-python numpy-quaternion pandas scikit-image \ && pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cpu EXPOSE 8888