Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava committed Mar 8, 2024
1 parent 77a470a commit 04255bd
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 @@ -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
Expand Down

0 comments on commit 04255bd

Please sign in to comment.