Build with Dockerfile or mount image from tar file
Is there a possibility to build a image from dockerfile trough runpod or mount my tar file?
8 Replies
You can't build docker images on GPU pods, only CPU pods apparently. And you can't mount a tar file, only extract its contents.
So im new to runpod, i got a image that i want to run on a gpupod which i preconfigured with everything i need to run my trainings. how can i do that?
Build custom image locally, push to docker registry, create template on runpod
@Papa Madiator thanks i will try that, another thing would be, im trying to connect via SSH over TCP but the connection gets refused. the keys are entered correctly
Connection refused means you are either connecting to the wrong port or the ssh service is not running.
everythings solved thanks for the help @Papa Madiator @digigoblin
ok
Grand