Skip to content

Commit 5729710

Browse files
EN proof
1 parent a678906 commit 5729710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/platform/ai/deploy_tuto_12_build_custom_image/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This tutorial covers the process of building your own Docker image for AI Deploy
2626
AI Deploy main goal is to simplify AI models or applications deployment, release them in production, with resiliency and security, in a few seconds.
2727
Each application is linked to compute resources such as CPUs or GPUs, and can be accessed through an HTTP Endpoint provided by AI Deploy for each app.
2828

29-
In order to be deployed, your model or application **has to be containerized**, inside a Docker image. Containers provide isolation but also flexibility for your deployments.
29+
In order to be deployed, your model or application **has to be containerised**, inside a Docker image. Containers provide isolation but also flexibility for your deployments.
3030
The Docker images that you build can be deployed locally, with OVHcloud AI Deploy but also with cloud competitors such as AWS or GCP.
3131

3232
Inside your Docker image, you are free to install almost anything and everything as long as you follow guidelines below.
@@ -44,7 +44,7 @@ AI Deploy accept images from **public** or **private** repositories. In short, w
4444
Instead of starting from scratch, feel free to start from an existing Docker image, as long as it is compliant with the following guidelines.
4545
For example, you can start from 'python', from 'alpine' or equivalent.
4646

47-
If you need to work with GPU, please read the next paragraph.
47+
If you need to work with GPUs, please read the next paragraph.
4848

4949
### Use specific images with CUDA drivers for GPUs
5050

0 commit comments

Comments
 (0)