You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have this package for Python to run a serverless GPU. We also need something similar in TypeScript/Node to be able to run with Node.js code
Describe the solution you'd like
Ideally, a package for a serverless part that can run with Node.js
Describe alternatives you've considered
I've considered that my Docker file can directly run my Node.js code. The only issue is I am not sure how other endpoints and health checks RunPod can run properly if I do that.
eg.
CMD ["node", "handler.js"]
Instead of running the Python code.
Additional context
I have to render some videos on a serverless GPU. However, most of my code is already written in Node.js, so I'm trying to find out a way to run it on RunPod easily.
The text was updated successfully, but these errors were encountered:
Hi @feat7, have you considered running a node process inside Python? Something like https://github.com/samwillis/nodejs-pypi comes to mind. The serverless runner is only on Python right now.
Is your feature request related to a problem? Please describe.
We have this package for Python to run a serverless GPU. We also need something similar in TypeScript/Node to be able to run with Node.js code
Describe the solution you'd like
Ideally, a package for a serverless part that can run with Node.js
Describe alternatives you've considered
I've considered that my Docker file can directly run my Node.js code. The only issue is I am not sure how other endpoints and health checks RunPod can run properly if I do that.
eg.
Instead of running the Python code.
Additional context
I have to render some videos on a serverless GPU. However, most of my code is already written in Node.js, so I'm trying to find out a way to run it on RunPod easily.
The text was updated successfully, but these errors were encountered: