From 519f032dbce776d5f0150968a49256f402ff00eb Mon Sep 17 00:00:00 2001 From: Gordon Inggs Date: Tue, 12 Mar 2024 09:37:10 +0200 Subject: [PATCH] Adding missing redis dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2da8f19..af4a500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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