Skip to content

Commit d45e521

Browse files
authored
Merge pull request #89 from MathieuBsqt/S3-fix
[S3 Compatible] - Fix
2 parents ac4e11c + b2def8e commit d45e521

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

ai/rock-paper-scissors/application/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Set up
77
- install `ovhai` CLI, see [documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-ai-cli-install-client?id=kb_article_view&sysparm_article=KB0047844)
8-
- we assume that you have an S3 bucket named `rock-paper-scissors` with all needed data from the demo Create a Notebook to [play to rock/paper/scissors](../../notebooks/)
8+
- we assume that you have an S3* compatible bucket named `rock-paper-scissors` with all needed data from the demo Create a Notebook to [play to rock/paper/scissors](../../notebooks/)
99

1010
### Image build for AI Deploy
1111

@@ -25,4 +25,6 @@ ovhai app run \
2525
ovhcom/rock-paper-scissors-deploy-app:1.0.0
2626
```
2727

28-
You can follow the training with the logs: `ovhai app logs -f <job id>`
28+
You can follow the training with the logs: `ovhai app logs -f <job id>`
29+
30+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

ai/rock-paper-scissors/notebooks/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Set up
88
- install `ovhai` CLI, see [documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-ai-cli-install-client?id=kb_article_view&sysparm_article=KB0047844)
9-
- create an S3 bucket named `rock-paper-scissors` ⚠️ This step is optional, this is more convenient to use the data with other demos or OVHcloud products ⚠️
9+
- create an S3* compatible bucket named `rock-paper-scissors` ⚠️ This step is optional, this is more convenient to use the data with other demos or OVHcloud products ⚠️
1010
- create an account on (roboflow)[https://universe.roboflow.com]
1111

1212
#### AI Notebook with JupyterLab
@@ -23,4 +23,6 @@ ovhai notebook run conda jupyterlab \
2323
- display your notebook URL and open it: `ovhai notebook list`
2424
- in the notebook's files explorer go to `public-cloud-examples/ai/rock-paper-scissors/notebooks` and open `rock-paper-scissors.ipynb` file
2525
- follow the steps in the notebook
26-
- stop the Notebook if needed
26+
- stop the Notebook if needed
27+
28+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

ai/rock-paper-scissors/training/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### Set up
77
- install `ovhai` CLI, see [documentation](https://help.ovhcloud.com/csm/en-gb-public-cloud-ai-cli-install-client?id=kb_article_view&sysparm_article=KB0047844)
8-
- we assume that you have an S3 bucket named `rock-paper-scissors` with all needed data from the demo Create a Notebook to [play to rock/paper/scissors](../../notebooks/YOLOV8/)
8+
- we assume that you have an S3* compatible bucket named `rock-paper-scissors` with all needed data from the demo Create a Notebook to [play to rock/paper/scissors](../../notebooks/YOLOV8/)
99

1010
### Image build for AI Training
1111

@@ -25,4 +25,6 @@ ovhai job run \
2525
ovhcom/rock-paper-scissors-training-job:1.0.0
2626
```
2727

28-
You can follow the training with the logs: `ovhai job logs -f <job id>`
28+
You can follow the training with the logs: `ovhai job logs -f <job id>`
29+
30+
**\***: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc.

0 commit comments

Comments
 (0)