diff --git a/skeleton/techdoc/docs/.assets/access-openshift-ai.png b/skeleton/techdoc/docs/.assets/access-openshift-ai.png new file mode 100644 index 00000000..361a3b18 Binary files /dev/null and b/skeleton/techdoc/docs/.assets/access-openshift-ai.png differ diff --git a/skeleton/techdoc/docs/.assets/access-workbench.png b/skeleton/techdoc/docs/.assets/access-workbench.png new file mode 100644 index 00000000..f5702a36 Binary files /dev/null and b/skeleton/techdoc/docs/.assets/access-workbench.png differ diff --git a/skeleton/techdoc/docs/.assets/data-science-projects.png b/skeleton/techdoc/docs/.assets/data-science-projects.png new file mode 100644 index 00000000..20025ca7 Binary files /dev/null and b/skeleton/techdoc/docs/.assets/data-science-projects.png differ diff --git a/skeleton/techdoc/docs/rhoai.md b/skeleton/techdoc/docs/rhoai.md index 8c4a945b..48d8a626 100644 --- a/skeleton/techdoc/docs/rhoai.md +++ b/skeleton/techdoc/docs/rhoai.md @@ -12,16 +12,27 @@ This document will outline how you can run build and run your sample application ## Running the Sample -1) Navigate to the OpenShift AI workbench created for your sample application +1) While on Console, navigate to the `OpenShift AI` by clicking the square "apps" icon on the top-right corner (next to the notifications icon). `Openshift AI` will be listed in the dropdown list + +![image](./.assets/access-openshift-ai.png) + +2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}` + +![image](./.assets/data-science-projects.png) + +3) Access the `workbench` named `{{ values.name }}-notebook` + +![image](./.assets/access-workbench.png) + +4) Go to `File->Open` and select `Terminal` -2) Go to `File->Open` and select `Terminal` ![image](./.assets/open-terminal.png) -3) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory +5) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory -4) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application +6) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application -5) Run `${{ values.appRunCommand }}` to run the sample in the workbench. +7) Run `${{ values.appRunCommand }}` to run the sample in the workbench. ## Accessing the Sample diff --git a/templates/audio-to-text/content/Containerfile b/templates/audio-to-text/content/Containerfile index 8719e66d..28d2b580 100644 --- a/templates/audio-to-text/content/Containerfile +++ b/templates/audio-to-text/content/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730 +FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 WORKDIR /locallm COPY requirements.txt /locallm/requirements.txt RUN pip install --upgrade pip && \ diff --git a/templates/audio-to-text/content/docs/.assets/access-openshift-ai.png b/templates/audio-to-text/content/docs/.assets/access-openshift-ai.png new file mode 100644 index 00000000..361a3b18 Binary files /dev/null and b/templates/audio-to-text/content/docs/.assets/access-openshift-ai.png differ diff --git a/templates/audio-to-text/content/docs/.assets/access-workbench.png b/templates/audio-to-text/content/docs/.assets/access-workbench.png new file mode 100644 index 00000000..f5702a36 Binary files /dev/null and b/templates/audio-to-text/content/docs/.assets/access-workbench.png differ diff --git a/templates/audio-to-text/content/docs/.assets/data-science-projects.png b/templates/audio-to-text/content/docs/.assets/data-science-projects.png new file mode 100644 index 00000000..20025ca7 Binary files /dev/null and b/templates/audio-to-text/content/docs/.assets/data-science-projects.png differ diff --git a/templates/audio-to-text/content/docs/rhoai.md b/templates/audio-to-text/content/docs/rhoai.md index 8c4a945b..48d8a626 100644 --- a/templates/audio-to-text/content/docs/rhoai.md +++ b/templates/audio-to-text/content/docs/rhoai.md @@ -12,16 +12,27 @@ This document will outline how you can run build and run your sample application ## Running the Sample -1) Navigate to the OpenShift AI workbench created for your sample application +1) While on Console, navigate to the `OpenShift AI` by clicking the square "apps" icon on the top-right corner (next to the notifications icon). `Openshift AI` will be listed in the dropdown list + +![image](./.assets/access-openshift-ai.png) + +2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}` + +![image](./.assets/data-science-projects.png) + +3) Access the `workbench` named `{{ values.name }}-notebook` + +![image](./.assets/access-workbench.png) + +4) Go to `File->Open` and select `Terminal` -2) Go to `File->Open` and select `Terminal` ![image](./.assets/open-terminal.png) -3) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory +5) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory -4) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application +6) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application -5) Run `${{ values.appRunCommand }}` to run the sample in the workbench. +7) Run `${{ values.appRunCommand }}` to run the sample in the workbench. ## Accessing the Sample diff --git a/templates/chatbot/content/Containerfile b/templates/chatbot/content/Containerfile index 585f4e4d..29cff1ac 100644 --- a/templates/chatbot/content/Containerfile +++ b/templates/chatbot/content/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730 +FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 WORKDIR /chat COPY requirements.txt . RUN pip install --upgrade pip diff --git a/templates/chatbot/content/docs/.assets/access-openshift-ai.png b/templates/chatbot/content/docs/.assets/access-openshift-ai.png new file mode 100644 index 00000000..361a3b18 Binary files /dev/null and b/templates/chatbot/content/docs/.assets/access-openshift-ai.png differ diff --git a/templates/chatbot/content/docs/.assets/access-workbench.png b/templates/chatbot/content/docs/.assets/access-workbench.png new file mode 100644 index 00000000..f5702a36 Binary files /dev/null and b/templates/chatbot/content/docs/.assets/access-workbench.png differ diff --git a/templates/chatbot/content/docs/.assets/data-science-projects.png b/templates/chatbot/content/docs/.assets/data-science-projects.png new file mode 100644 index 00000000..20025ca7 Binary files /dev/null and b/templates/chatbot/content/docs/.assets/data-science-projects.png differ diff --git a/templates/chatbot/content/docs/rhoai.md b/templates/chatbot/content/docs/rhoai.md index 8c4a945b..48d8a626 100644 --- a/templates/chatbot/content/docs/rhoai.md +++ b/templates/chatbot/content/docs/rhoai.md @@ -12,16 +12,27 @@ This document will outline how you can run build and run your sample application ## Running the Sample -1) Navigate to the OpenShift AI workbench created for your sample application +1) While on Console, navigate to the `OpenShift AI` by clicking the square "apps" icon on the top-right corner (next to the notifications icon). `Openshift AI` will be listed in the dropdown list + +![image](./.assets/access-openshift-ai.png) + +2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}` + +![image](./.assets/data-science-projects.png) + +3) Access the `workbench` named `{{ values.name }}-notebook` + +![image](./.assets/access-workbench.png) + +4) Go to `File->Open` and select `Terminal` -2) Go to `File->Open` and select `Terminal` ![image](./.assets/open-terminal.png) -3) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory +5) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory -4) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application +6) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application -5) Run `${{ values.appRunCommand }}` to run the sample in the workbench. +7) Run `${{ values.appRunCommand }}` to run the sample in the workbench. ## Accessing the Sample diff --git a/templates/codegen/content/Containerfile b/templates/codegen/content/Containerfile index 6a3258d8..b9de4a33 100644 --- a/templates/codegen/content/Containerfile +++ b/templates/codegen/content/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730 +FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 WORKDIR /codegen COPY requirements.txt . RUN pip install --upgrade pip diff --git a/templates/codegen/content/docs/.assets/access-openshift-ai.png b/templates/codegen/content/docs/.assets/access-openshift-ai.png new file mode 100644 index 00000000..361a3b18 Binary files /dev/null and b/templates/codegen/content/docs/.assets/access-openshift-ai.png differ diff --git a/templates/codegen/content/docs/.assets/access-workbench.png b/templates/codegen/content/docs/.assets/access-workbench.png new file mode 100644 index 00000000..f5702a36 Binary files /dev/null and b/templates/codegen/content/docs/.assets/access-workbench.png differ diff --git a/templates/codegen/content/docs/.assets/data-science-projects.png b/templates/codegen/content/docs/.assets/data-science-projects.png new file mode 100644 index 00000000..20025ca7 Binary files /dev/null and b/templates/codegen/content/docs/.assets/data-science-projects.png differ diff --git a/templates/codegen/content/docs/rhoai.md b/templates/codegen/content/docs/rhoai.md index 8c4a945b..48d8a626 100644 --- a/templates/codegen/content/docs/rhoai.md +++ b/templates/codegen/content/docs/rhoai.md @@ -12,16 +12,27 @@ This document will outline how you can run build and run your sample application ## Running the Sample -1) Navigate to the OpenShift AI workbench created for your sample application +1) While on Console, navigate to the `OpenShift AI` by clicking the square "apps" icon on the top-right corner (next to the notifications icon). `Openshift AI` will be listed in the dropdown list + +![image](./.assets/access-openshift-ai.png) + +2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}` + +![image](./.assets/data-science-projects.png) + +3) Access the `workbench` named `{{ values.name }}-notebook` + +![image](./.assets/access-workbench.png) + +4) Go to `File->Open` and select `Terminal` -2) Go to `File->Open` and select `Terminal` ![image](./.assets/open-terminal.png) -3) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory +5) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory -4) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application +6) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application -5) Run `${{ values.appRunCommand }}` to run the sample in the workbench. +7) Run `${{ values.appRunCommand }}` to run the sample in the workbench. ## Accessing the Sample diff --git a/templates/object-detection/content/Containerfile b/templates/object-detection/content/Containerfile index b98d5025..a5f6ae37 100644 --- a/templates/object-detection/content/Containerfile +++ b/templates/object-detection/content/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-66.1720018730 +FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 WORKDIR /locallm COPY requirements.txt /locallm/requirements.txt RUN pip install --upgrade pip && \ diff --git a/templates/object-detection/content/docs/.assets/access-openshift-ai.png b/templates/object-detection/content/docs/.assets/access-openshift-ai.png new file mode 100644 index 00000000..361a3b18 Binary files /dev/null and b/templates/object-detection/content/docs/.assets/access-openshift-ai.png differ diff --git a/templates/object-detection/content/docs/.assets/access-workbench.png b/templates/object-detection/content/docs/.assets/access-workbench.png new file mode 100644 index 00000000..f5702a36 Binary files /dev/null and b/templates/object-detection/content/docs/.assets/access-workbench.png differ diff --git a/templates/object-detection/content/docs/.assets/data-science-projects.png b/templates/object-detection/content/docs/.assets/data-science-projects.png new file mode 100644 index 00000000..20025ca7 Binary files /dev/null and b/templates/object-detection/content/docs/.assets/data-science-projects.png differ diff --git a/templates/object-detection/content/docs/rhoai.md b/templates/object-detection/content/docs/rhoai.md index 8c4a945b..48d8a626 100644 --- a/templates/object-detection/content/docs/rhoai.md +++ b/templates/object-detection/content/docs/rhoai.md @@ -12,16 +12,27 @@ This document will outline how you can run build and run your sample application ## Running the Sample -1) Navigate to the OpenShift AI workbench created for your sample application +1) While on Console, navigate to the `OpenShift AI` by clicking the square "apps" icon on the top-right corner (next to the notifications icon). `Openshift AI` will be listed in the dropdown list + +![image](./.assets/access-openshift-ai.png) + +2) Go to the `Data Science Projects` section and access your application's project named `{{ values.namespace }}` + +![image](./.assets/data-science-projects.png) + +3) Access the `workbench` named `{{ values.name }}-notebook` + +![image](./.assets/access-workbench.png) + +4) Go to `File->Open` and select `Terminal` -2) Go to `File->Open` and select `Terminal` ![image](./.assets/open-terminal.png) -3) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory +5) In the terminal, run `cd ${{ values.name }}` to navigate to your sample app's directory -4) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application +6) Run `pip install --upgrade -r requirements.txt` to install the dependencies for your application -5) Run `${{ values.appRunCommand }}` to run the sample in the workbench. +7) Run `${{ values.appRunCommand }}` to run the sample in the workbench. ## Accessing the Sample