I am a novice of Oracle Cloud Function but I have interest on the Oracle Cloud Function.
Is it possible to make an Oracle Cloud Function using GPU and to use it in the VM(not using GPU, for example Oracle A1)?
I am now writing and using a python function in Oracle A1 but it is very slow to be executed there.
If possible, I want to make the above python function by Oracle Cloud Function(like AWS lamda function) and use(call) it in my golang code in the VM(for example, Oracle A1, which does not include GPU).