Skip to content

Commit 68ec852

Browse files
authored
Update Dockerfile
1 parent eef6afb commit 68ec852

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ ENV SUPERSET_CONFIG_PATH /app/superset_config.py
88
#
99
ADD keycloak_security_manager.py /app/pythonpath
1010
#
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+
#
1119
CMD ["/bin/sh","-c","/usr/bin/run-server.sh"]
1220
USER superset
13-
#
21+
#

0 commit comments

Comments
 (0)