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

TensorRT server issue #36

Closed rperdon closed 6 years ago

rperdon commented 6 years ago

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-builder687990407/TensorRT-2.1.2.x86_64.cuda-8.0-16-04.tar.bz2: no such file or directory

Tried a clean download on two different servers, unable to get past this step. suspect TensorRT 2.1.2 not available for download now.

ryanolson commented 6 years ago

https://github.com/NVIDIA/gpu-rest-engine/blob/master/Dockerfile.tensorrt_server#L45

It's expected you put the tarball in the build path.

rperdon commented 6 years ago

Downloaded and added to build path. Thx.