We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6afb commit 68ec852Copy full SHA for 68ec852
Dockerfile
@@ -8,6 +8,14 @@ ENV SUPERSET_CONFIG_PATH /app/superset_config.py
8
#
9
ADD keycloak_security_manager.py /app/pythonpath
10
11
+#RUN pip install --upgrade pip
12
+#RUN pip uninstall fbprophet pystan
13
+#RUN pip install --upgrade pip setuptools
14
+RUN pip install lunarcalendar==0.0.9 tqdm==4.64.0
15
+RUN pip install cython==0.29.21
16
+RUN pip install "pystan<3.0"
17
+RUN pip install "prophet>=1.0.1,<1.1"
18
+#
19
CMD ["/bin/sh","-c","/usr/bin/run-server.sh"]
20
USER superset
-#
21
0 commit comments