yolact_edge icon indicating copy to clipboard operation
yolact_edge copied to clipboard

problem with installing a few things using the docker env

Open riririririi opened this issue 1 year ago • 5 comments

Describe the bug when i run docker build --build-arg USER_ID=$UID -t yolact_edge_image . it returns these errors: E: Unable to locate package libnvinfer7 E: Unable to locate package libnvonnxparsers7 E: Unable to locate package libnvparsers7 E: Unable to locate package libnvinfer-plugin7 E: Version '7.2.3-1+cuda11.0' for 'libnvinfer-dev' was not found E: Version '7.2.3-1+cuda11.0' for 'libnvonnxparsers-dev' was not found E: Version '7.2.3-1+cuda11.0' for 'libnvparsers-dev' was not found E: Version '7.2.3-1+cuda11.0' for 'libnvinfer-plugin-dev' was not found E: Version '7.2.3-1+cuda11.0' for 'python3-libnvinfer' was not found The command '/bin/sh -c apt-get update && apt-get install -y libnvinfer7=${version} libnvonnxparsers7=${version} libnvparsers7=${version} libnvinfer-plugin7=${version} libnvinfer-dev=${version} libnvonnxparsers-dev=${version} libnvparsers-dev=${version} libnvinfer-plugin-dev=${version} python3-libnvinfer=${version} && apt-mark hold libnvinfer7 libnvonnxparsers7 libnvparsers7 libnvinfer-plugin7 libnvinfer-dev libnvonnxparsers-dev libnvparsers-dev libnvinfer-plugin-dev python3-libnvinfer' returned a non-zero code: 100

To Reproduce running docker build --build-arg USER_ID=$UID -t yolact_edge_image . in the yolact_edge/docker folder

Expected behavior the docker image should get assembled

Environment:

  • OS: [Ubuntu 22.04]
  • GPU: [RTX 3060 Ti]
  • CUDA Version [e.g. 12]

riririririi avatar Jan 24 '23 11:01 riririririi