- https://www.ovhcloud.com/en/public-cloud/ai-endpoints/catalog/
- https://blog.ovhcloud.com/tag/ai-endpoints/
- https://github.com/ovh/public-cloud-examples/tree/main/ai/ai-endpoints
To use this workshop you just have to clone this repository.
🧑💻 Note on the use of Coder CDE ☁️
To help people with their IDE configuration we use Coder during the workshop, this is not a mandatory step, but it will help you to have a better experience.
Ask to have the URL where you can start a Coder workspace giving the AI workshop template.
You can open your VSCode instance in your browser, choose code-server button or with a ssh tunnel on your local VSCode, choose VS Code Desktop.
If you don't want or can't use Coder, you can use the Dev Container configuration file in .devcontainer.
You can ind more information about Dev Container in the VSCode documentation.
Here are all the needed stuff to use it on your device witout Coder or Dev Containers.
- Bat utility
- Java 25
- Maven 3.9.x
- Quarkus CLI
- JBang
- Python 3.x
- NodeJS 20.x
Go to the ai-as-lib-workshop folder, execute the script setup_env.sh to setup your environment: source ./setup_env.sh.
If you need to open a new terminal, source again, at the root of the ai-as-lib-workshop folder, the setup_env.sh script.
You can also, just, run the workshop solution in the dedicated folders in the solutions folder.