From 62a35ea8ef086fef050dbeeb4208de7aeb2f396a Mon Sep 17 00:00:00 2001 From: wwanarif Date: Thu, 28 Nov 2024 01:51:08 +0000 Subject: [PATCH] update readme and removed depreciated chromium version Signed-off-by: wwanarif --- README.md | 17 +++-------------- studio-frontend/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1da3ff7..8f0c9cf 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ _Note: This setup has been validated on a system running Ubuntu 22.04 on an Inte ### Prerequisites GenAIStudio requires an on-premise Kubernetes cluster. If your server does not have Kubernetes set up, please install by following the [Kubernetes official setup guide](https://kubernetes.io/docs/setup/). Alternatively, you can try out our [setup onpremise kubernetes script](./setup-scripts/setup-onpremise-kubernetes/readme.md). +_Note: GenAIStudio have only been validated in a single node bare-metal kubernetes setup using [setup onpremise kubernetes script](./setup-scripts/setup-onpremise-kubernetes/readme.md)._ + ### Installation The installation is done using genai-studio playbook script. The script will - Deploy a persistent volume for prometheus and a customized monitoring stack based on prometheus-community/kube-prometheus-stack (which contains both Prometheus and Grafana) in the monitoring namespace. @@ -208,17 +210,4 @@ Get started quickly with the Studio UI by downloading and importing this [sample - [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md) - [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md) -- [Legal Information](LEGAL_INFORMATION.md) - - - - - - - - - - - - - +- [Legal Information](LEGAL_INFORMATION.md) \ No newline at end of file diff --git a/studio-frontend/Dockerfile b/studio-frontend/Dockerfile index 1606cbd..f95017f 100644 --- a/studio-frontend/Dockerfile +++ b/studio-frontend/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache gcompat=1.1.0-r4 python3=3.12.7-r0 make=4.4.1-r2 g++=13.2 # Needed for pdfjs-dist build-base=0.5-r3 cairo-dev=1.18.0-r0 pango-dev=1.52.2-r0 \ # Install Chromium - chromium=130.0.6723.116-r0 && \ + chromium && \ # Install PNPM globally npm install -g pnpm@9.12.3