Merge pull request #5938 from RenaudWasTaken/master

Updated the TensorRT demo to use the official NVIDIA image
This commit is contained in:
Preetha 2019-07-15 11:30:31 -05:00 committed by GitHub
commit 09e950dd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ job "tensorrt" {
driver = "docker"
config {
image = "renaudwastaken/tensorrt-frontend:latest"
image = "nvidia/tensorrt-labs:frontend"
args = [
"main.py", "${RTSERVER}"
]