This is the simpler option. No network volume is required. The entire application will be stored within the Docker image but will obviously create a more bulky Docker image as a result.
You can either use my pre-built Docker image:
ashleykza/runpod-worker-instantid:standalone-1.0.11
Or alternatively, you can build it yourself by following the instructions below.
git clone https://github.com/ashleykleynhans/runpod-worker-instantid.git
docker build -t dockerhub-username/runpod-worker-instantid:1.0.0 -f Dockerfile.Standalone .
docker login
docker push dockerhub-username/runpod-worker-instantid:1.0.0