linghu8812 / tensorrt_inference

699 stars 205 forks source link

Docker build with error : Unable to locate package libjasper-dev #95

Closed jenhaoyang closed 2 years ago

jenhaoyang commented 3 years ago

Add the following line in Dockerfile is a workaround

RUN apt-get update
RUN apt-get install software-properties-common -y
RUN add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main"
LakshmyKInfinicomm commented 6 months ago

Thanks jenhaoyang. It worked .