R
RunPod4mo ago
Dubba

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
digigoblin
digigoblin4mo ago
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.
Dubba
Dubba4mo ago
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?
Madiator2011
Madiator20114mo ago
Build custom image locally, push to docker registry, create template on runpod
Dubba
Dubba4mo ago
@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
digigoblin
digigoblin4mo ago
Connection refused means you are either connecting to the wrong port or the ssh service is not running.
Dubba
Dubba4mo ago
everythings solved thanks for the help @Papa Madiator @digigoblin
Madiator2011
Madiator20114mo ago
ok
digigoblin
digigoblin4mo ago
Grand