Skip to content

Commit 62a35ea

Browse files
wwanarifwanhakim
authored andcommitted
update readme and removed depreciated chromium version
Signed-off-by: wwanarif <[email protected]>
1 parent 4042d18 commit 62a35ea

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ _Note: This setup has been validated on a system running Ubuntu 22.04 on an Inte
7575
### Prerequisites
7676
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).
7777

78+
_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)._
79+
7880
### Installation
7981
The installation is done using genai-studio playbook script. The script will
8082
- 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
208210

209211
- [Code of Conduct](https://github.com/opea-project/docs/tree/main/community/CODE_OF_CONDUCT.md)
210212
- [Security Policy](https://github.com/opea-project/docs/tree/main/community/SECURITY.md)
211-
- [Legal Information](LEGAL_INFORMATION.md)
212-
213-
214-
215-
216-
217-
218-
219-
220-
221-
222-
223-
224-
213+
- [Legal Information](LEGAL_INFORMATION.md)

studio-frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
55
# Needed for pdfjs-dist
66
build-base=0.5-r3 cairo-dev=1.18.0-r0 pango-dev=1.52.2-r0 \
77
# Install Chromium
8-
chromium=130.0.6723.116-r0 && \
8+
chromium && \
99
# Install PNPM globally
1010
npm install -g [email protected]
1111

0 commit comments

Comments
 (0)