Build docker image
I have a pod, I would like to use it to build a docker image, specifically
threestudio
https://github.com/threestudio-project/threestudio/blob/main/docs/installation.md. But I've heard that running docker in a pod is not supported. How should I build the docker image?2 Replies
Build Docker Images on Runpod with Bazel | RunPod Documentation
RunPod's GPU Pods use custom Docker images to run your code.
that docker file seems pretty simple , uncomment lines 17,18,20,21 and make sure requirements,txt is in the same folder as the docker file
looks like a cool project