From 4453c4667071a82fc4512794adf3447be8f94458 Mon Sep 17 00:00:00 2001 From: yanncaniouoracle <138672360+yanncaniouoracle@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:02:42 +0100 Subject: [PATCH] Fixing image path --- .../ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-infrastructure/ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md b/cloud-infrastructure/ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md index e3e83543b..b6b85d376 100644 --- a/cloud-infrastructure/ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md +++ b/cloud-infrastructure/ai-infra-gpu/ai-infrastructure/opm-flow-gpu/README.md @@ -4,7 +4,7 @@ The [Open Porous Media (OPM)](https://opm-project.org/) initiative is an innovative open source project for modeling and simulating porous media processes. -![OPM Flow official illustration](/assets/images/OPM-Flow.png) +![OPM Flow official illustration](assets/images/OPM-Flow.png "Norne model") OPM Flow is a fully-implicit, black-oil simulator capable of running industry-standard simulation models. The simulator is implemented using automatic differentiation to enable rapid development of new fluid models. @@ -47,7 +47,7 @@ Running OPM Flow on GPU requires to build the toolset from sources in order to s #### Installing prerequisites -A collection of libraries, framework and tools are necessary to build Flow. A complete description is available [here](https://opm-project.org/?page_id=239).They can be installed using the `install_prerequisites.sh` script. +A collection of libraries, framework and tools are necessary to build Flow. A complete description is available [here](https://opm-project.org/?page_id=239). They can be installed using the `install_prerequisites.sh` script. ``` sudo ./assets/scripts/install_prerequisites.sh ```