ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

ERROR [internal] load metadata for nvcr.io/nvidia/tensorrt:21.09-py3 #189

Closed iamrajee closed 2 years ago

iamrajee commented 2 years ago

I got the below error while building the docker image in windows 11, i.e

docker build -t bytetrack:latest

ERROR [internal] load metadata for nvcr.io/nvidia/tensorrt:21.09-py3
iamrajee commented 2 years ago

Resolved using docker pull nvcr.io/nvidia/tensorrt:21.09-py3.

gefei456 commented 1 year ago

THANKS!I've meet the same issue.