Skip to content

Commit

Permalink
Replacing redis-server with redis-py
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Jan 18, 2024
1 parent d94af0c commit b97edc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ilab-base/Dockerfile.ilab-base
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b97edc6

Please sign in to comment.