NVIDIA / TensorRT

NVIDIA® TensorRT™ is an SDK for high-performance deep learning inference on NVIDIA GPUs. This repository contains the open source components of TensorRT.
https://developer.nvidia.com/tensorrt
Apache License 2.0
10.61k stars 2.11k forks source link

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

Open duong0411 opened 6 days ago

duong0411 commented 6 days ago

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

lix19937 commented 5 days ago

Try to sudo service docker restart

duong0411 commented 5 days ago

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

duong0411 commented 3 days ago

help me

Try to sudo service docker restart

moraxu commented 2 days ago

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