Support for Typescript version of this package
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.