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

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}"
]