From 97b8345d1ccc1de3ea7f095a1d714bf1dc85fb2d Mon Sep 17 00:00:00 2001 From: Looker_CI_CD Date: Fri, 19 Sep 2025 08:20:41 +0300 Subject: [PATCH 1/2] Update the page structure, remove contacts --- fastbi-platform/index.html | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/fastbi-platform/index.html b/fastbi-platform/index.html index 9f3aa23..375f779 100644 --- a/fastbi-platform/index.html +++ b/fastbi-platform/index.html @@ -45,15 +45,7 @@

Platform

Welcome

- - - - - - - - - + Fast.BI Sign in with Fast.BI SSO {% with messages = get_flashed_messages() %} @@ -68,10 +60,9 @@

Welcome

{% endif %} {% endwith %}

-
- +
+

🚀 Open Source - Self-hosted data platform

+

Built for developers, by developers

From 5ca499db1e41b1f9ca46f57076f2554b8a09315b Mon Sep 17 00:00:00 2001 From: Looker_CI_CD Date: Fri, 19 Sep 2025 08:24:41 +0300 Subject: [PATCH 2/2] Docker Image fix --- Dockerfile | 9 +++++++++ fastbi-platform/index.html | 2 +- requirements.txt | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9c6a1e..a9b0ca7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,15 @@ RUN apt-get update \ gcc \ git \ supervisor \ + cmake \ + pkg-config \ + libssl-dev \ + libffi-dev \ + libxml2-dev \ + libxslt1-dev \ + zlib1g-dev \ + libjpeg-dev \ + libpng-dev \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* diff --git a/fastbi-platform/index.html b/fastbi-platform/index.html index 375f779..a596e28 100644 --- a/fastbi-platform/index.html +++ b/fastbi-platform/index.html @@ -61,7 +61,7 @@

Welcome

{% endwith %}

-

🚀 Open Source - Self-hosted data platform

+

🚀 Open Source - Self-hosted data development platform

Built for developers, by developers

diff --git a/requirements.txt b/requirements.txt index 631c3cf..082aba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,6 @@ google-cloud-bigquery google-auth google-api-core celery[redis,beat] -snowflake-connector-python +snowflake-connector-python==3.17.3 +pyarrow==15.0.2 pyodbc \ No newline at end of file