From b97edc612677009f89a7c050161e933c3986aa75 Mon Sep 17 00:00:00 2001 From: Jordan A Caraballo-Vega Date: Thu, 18 Jan 2024 10:46:57 -0500 Subject: [PATCH] Replacing redis-server with redis-py --- docker/ilab-base/Dockerfile.ilab-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ilab-base/Dockerfile.ilab-base b/docker/ilab-base/Dockerfile.ilab-base index 9f946f3..2cec0bc 100755 --- a/docker/ilab-base/Dockerfile.ilab-base +++ b/docker/ilab-base/Dockerfile.ilab-base @@ -70,9 +70,9 @@ RUN python -m pip install pyproj RUN python -m pip install Pysal RUN python -m pip install PyYAML RUN python -m pip install rasterio -RUN python -m pip install redis +#RUN python -m pip install redis +RUN python -m pip install "redis[hiredis]" #RUN python -m pip install redis-server -RUN python -m pip install redis-py RUN python -m pip install requests RUN python -m pip install rioxarray RUN python -m pip install scikit-image