TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

=> ERROR [internal] load metadata for docker.io/nvidia/cuda:10.2-devel-ubuntu18.04 1.0s

Open duong0411 opened this issue 1 year ago • 4 comments

I installed docker on jetson nano and i want rebuild tensorrt with modify plugin. Im use to docker to build tensorrt and i pull docker FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${OS_VERSION}. My error:

=> [internal] load build definition from ubuntu-cross-aarch64.Dockerfile 0.0s => => transferring dockerfile: 5.25kB 0.0s => [internal] load .dockerignore 0.1s => => transferring context: 67B 0.0s => ERROR [internal] load metadata for docker.io/nvidia/cuda:10.2-devel-ubuntu18.04 1.0s

[internal] load metadata for docker.io/nvidia/cuda:10.2-devel-ubuntu18.04:


ubuntu-cross-aarch64.Dockerfile:18

16 | ARG OS_VERSION=18.04 17 |
18 | >>> FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${OS_VERSION} 19 | LABEL maintainer="NVIDIA CORPORATION" 20 |

ERROR: failed to solve: nvidia/cuda:10.2-devel-ubuntu18.04: docker.io/nvidia/cuda:10.2-devel-ubuntu18.04: not found

duong0411 avatar Sep 23 '24 09:09 duong0411

Try to sudo service docker restart

lix19937 avatar Sep 24 '24 07:09 lix19937

but i build on jetson nano, not found docker ocker.io/nvidia/cuda:10.2-devel-ubuntu18.04 1.0

duong0411 avatar Sep 24 '24 07:09 duong0411

help me

Try to sudo service docker restart

duong0411 avatar Sep 26 '24 08:09 duong0411

I don't see any images for this older cuda version: https://hub.docker.com/r/nvidia/cuda/tags?name=devel-ubuntu18.04

moraxu avatar Sep 27 '24 23:09 moraxu