=> ERROR [internal] load metadata for docker.io/nvidia/cuda:10.2-devel-ubuntu18.04 1.0s
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13.4k
- Forks
- 2.4k
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with ubuntu-cross-aarch64.Dockerfile at line 18, where the FROM image is declared, and inspect the Docker build output for the unavailable nvidia/cuda:10.2-devel-ubuntu18.04 metadata. Check the referenced base-image tag and rebuild to confirm that the Dockerfile resolves successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100