Skip to content

Commit

Permalink
update readme and removed depreciated chromium version
Browse files Browse the repository at this point in the history
Signed-off-by: wwanarif <wan.abdul.hakim.bin.wan.arif@intel.com>
  • Loading branch information
wwanarif authored and wanhakim committed Nov 28, 2024
1 parent 4042d18 commit 62a35ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion studio-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 62a35ea

Please sign in to comment.