Docker error : error creating container: container: create: container create: exit status 1
I am getting the following error : while trying to create a pod using the following specifications:
* Region : US-KS-2 (using network volume)
* GPU - RTX A6000
* Docker image : runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 Pulling from runpod/pytorch
Digest: sha256:2594f25beeef751aeebcc207ba4c45a382ba174655f01e15cbbfad0e2bdb5ef8
Status: Image is up to date for runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
error creating container: container: create: container create: exit status 1
create container runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04 Pulling from runpod/pytorch
Digest: sha256:2594f25beeef751aeebcc207ba4c45a382ba174655f01e15cbbfad0e2bdb5ef8
Status: Image is up to date for runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
error creating container: container: create: container create: exit status 1
create container runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
I had tried changing the docker image template - but that didn't help me . Kindly help - I want to remain in region US-KS-2 since it allows me to use higher end gpus such as A100, H100 later for training purposes. But normally I want a gpu with 48gb VRAM and RTX A6000 seems to be the best choice.
2 Replies
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
Thanks a lot for the response Jason, after some time with errors - the container was spawned.