Skip to content

Commit

Permalink
Adding missing redis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Mar 12, 2024
1 parent 997ae5d commit 519f032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN pip install pystan==2.19.1.1 \
&& pip install prophet

# Resolving various dependency issues
RUN pip install 'holidays<0.18,>=0.17.2'
RUN pip install 'holidays<0.18,>=0.17.2' 'redis<5.0,>=4.5.4'

# Switching back to using the `superset` user
USER superset

0 comments on commit 519f032

Please sign in to comment.