R
Runpod16mo ago
frankvp11

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
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
frankvp11
frankvp11OP16mo ago
oh ok
Encyrption
Encyrption16mo ago
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
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?