Skip to content

Commit ae85d37

Browse files
authored
Merge pull request #8370 from ovh/mb-ai-remote-connect
[AI Solutions] - Remote guide connection update + change guide's category
2 parents a3afca1 + dc0d818 commit ae85d37

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2494
-1174
lines changed

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,7 @@
11111111
+ [Comparative tables - AI Notebooks, AI Training, AI Deploy](public_cloud/ai_machine_learning/gi_00_ai_comparative-table)
11121112
+ [Users - Manage AI users and roles](public_cloud/ai_machine_learning/gi_01_manage_users)
11131113
+ [Data - Concept and best practices](public_cloud/ai_machine_learning/gi_02_concepts_data)
1114+
+ [AI Tools - Remote SSH Connection](public_cloud/ai_machine_learning/gi_03_remote_connection)
11141115
+ [Data - Compliance between AI Tools and S3 compatible Object Storage](public_cloud/ai_machine_learning/gi_08_s3_compliance)
11151116
+ [FAQ - AI Training](public_cloud/ai_machine_learning/gi_04_training_FAQ)
11161117
+ [ovhai CLI - Cheat Sheet](public_cloud/ai_machine_learning/gi_05_ovhai_cheatsheet)
@@ -1168,7 +1169,6 @@
11681169
+ [Tutorials](public-cloud-ai-and-machine-learning-ai-training-tutorials)
11691170
+ [AI Training - Tutorial - Train your first ML model](public_cloud/ai_machine_learning/training_tuto_01_train_your_first_model)
11701171
+ [AI Training - Tutorial - Build & use custom Docker image](public_cloud/ai_machine_learning/training_tuto_02_build_custom_image)
1171-
+ [AI Training - Tutorial - Connect to VSCode via remote](public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
11721172
+ [AI Training - Tutorial - Use tensorboard inside a job](public_cloud/ai_machine_learning/training_tuto_05_tensorboard)
11731173
+ [AI Training - Tutorial - Compare models with W&B for audio classification task](public_cloud/ai_machine_learning/training_tuto_06_models_comparaison_weights_and_biases)
11741174
+ [AI Training - Tutorial - Train a Rasa chatbot with Docker and AI Training](public_cloud/ai_machine_learning/training_tuto_07_train_rasa_chatbot)

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.de-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-asia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-au.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ca.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-ie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-sg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

pages/public_cloud/ai_machine_learning/cli_12_howto_run_job_cli/guide.es-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ A few other options are available for your jobs.
180180
- `--timeout` timeout after which the job will stop even if the process in the job did not end, helps you control your consumption
181181
- `--label` free labels to help you organize your jobs, labels are also used to scope `app_token`, learn more about `app_token` and how to create them [here](/pages/public_cloud/ai_machine_learning/cli_13_howto_app_token_cli)
182182
- `--read-user` you can add a `read-user` to a job, a read user will only have access to the service exposed behind the `job_url`. The read-user must match with the username of an AI Platform user with an `AI Training read` role.
183-
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/training_tuto_04_vscode_remote)
183+
- `--ssh-public-keys` allows you to access your job through SSH, it is particularly useful to [setup a VSCode Remote](/pages/public_cloud/ai_machine_learning/gi_03_remote_connection)
184184
- `--from` run a job based on the specification of a previous one. All options will override the base job values. The `--image` is the flag used to override the image of the base job.
185185

186186
### Run a job

0 commit comments

Comments
 (0)