run a function in a pod
Suppose I had a function to do some computation, and I wanted to run that inside a pod - how would I go about doing that entirely from the python sdk?
4 Replies
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
oh ok
Sounds like what Serverless workers provide. You have to take your python code and wrap it in a docker container but then you can reach your python via an API.
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View