Pre-requisites, the project created in Exercise 1: Rahti or LUMI-K
In this exercise we will deploy a Python template that uses Source2Image. We will use the following GIT repository as a base:
https://github.com/CSCfi/rahti-flask-hello.git

Secondly, log in to OpenShift's web console (Rahti or LUMI-K) and click the Quick create button on the page's top right corner

Enter the Git Repo URL, using your forked repository address. Verify that a Python builder image was detected.
python-sample-<username>.Once the application is up and running, find the URL where it is available to the internet, and visit it.