Quick Start

Let's dive right in! This quick start guide assumes the following:

  • You have some experience using a terminal
  • Have git installed and can clone GitHub repos
  • Have Docker installed and can build Docker images
  • Have a RunPod account and Docker Hub (or other container registry) account

To deploy our template work:

  1. Clone the worker-template locally to your PC.
  2. Navigate into the root of the cloned repo and run docker build --tag <username>/<repo>:<tag> . once it has completed building, push it to your container registry.
  3. Deploy a serverless endpoint on RunPod by following The Endpoint guide.
  4. Send a test request by following the Job Requests guide.

Now that you have successfully launched an endpoint using our template, you can start customizing the handler for your use case.