NVIDIA / gpu-rest-engine

A REST API for Caffe using Docker and Go
BSD 3-Clause "New" or "Revised" License
421 stars 94 forks source link

Error on trying to add TensorRT in compilation #31

Closed brandonjabr closed 6 years ago

brandonjabr commented 6 years ago

Running either of the first two commands in the instructions via docker on Ubuntu 16.04 gives me the following error:

Step 10/18 : ADD TensorRT-2.1.2.x86_64.cuda-8.0-16-04.tar.bz2 /opt/ ADD failed: stat /var/lib/docker/tmp/docker-builder161170432/TensorRT-2.1.2.x86_64.cuda-8.0-16-04.tar.bz2: no such file or directory

Any idea what the issue is? Thanks in advance.

flx42 commented 6 years ago

TensorRT needs to be downloaded separately. But you would need to change this line anyway since a new version has been released since.