NVIDIA / NVIDIA/TensorRT

ERROR [13/25] COPY docker/jetpack_files /pdk_files

Open
#4,140 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

triaged
Dominant language
C++
Stars
13.4k
Forks
2.4k
Avg merge
5d 3h
Merged PRs (30d)
2

Description

Description

I am trying to setup tensort rt oss on the jetson orin nano.
While executing the https://github.com/NVIDIA/TensorRT/blob/release/8.6/docker/ubuntu-cross-aarch64.Dockerfile file it is throwing the error with
`ERROR [13/25] COPY docker/jetpack_files /pdk_files 0.0s

[13/25] COPY docker/jetpack_files /pdk_files:


ubuntu-cross-aarch64.Dockerfile:69

67 | # Skip installing PyPI packages and NGC client on cross-build container
68 |
69 | >>> COPY docker/jetpack_files /pdk_files
70 | COPY scripts/stubify.sh /pdk_files
71 |

ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 156867a5-6c53-4894-8bca-0c027714172f::f1lz936xp5y2zkhe4z4gs28dg: "/docker/jetpack_files": not found
`
I have modified the file to accept the cuda version 12.2.0

Environment

TensorRT Version: 8.6.1

NVIDIA GPU: jetson orin nano

NVIDIA Driver Version:

CUDA Version: 12.2

CUDNN Version:

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with docker/ubuntu-cross-aarch64.Dockerfile around line 69 and inspect the Docker build context for docker/jetpack_files. Reproduce the reported cross-build using the TensorRT 8.6.1 setup and compare the expected source path with the repository contents. Done means the referenced files are available to the build and the image progresses past this COPY step.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, dockerfile
Domain
build-system, embedded-iot
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.