From 04255bd7de27f13c0faa58e86394446bf835a1b0 Mon Sep 17 00:00:00 2001 From: Allan Nava Date: Fri, 8 Mar 2024 12:25:46 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fcd740f..77631af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ADD keycloak_security_manager.py /app/pythonpath RUN pip install lunarcalendar==0.0.9 tqdm==4.64.0 RUN pip install cython==0.29.21 RUN pip install "pystan<3.0" -RUN pip install "prophet>=1.0.1,<1.1" +RUN pip install prophet # CMD ["/bin/sh","-c","/usr/bin/run-server.sh"] USER superset