Skip to content

Commit

Permalink
Merge pull request #5938 from RenaudWasTaken/master
Browse files Browse the repository at this point in the history
Updated the TensorRT demo to use the official NVIDIA image
  • Loading branch information
preetapan committed Jul 15, 2019
2 parents c59fde4 + db8e28c commit 2d5aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/examples/tensorrt/tensorrt-demo.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ job "tensorrt" {
driver = "docker"

config {
image = "renaudwastaken/tensorrt-frontend:latest"
image = "nvidia/tensorrt-labs:frontend"
args = [
"main.py", "${RTSERVER}"
]
Expand Down

0 comments on commit 2d5aa6d

Please sign in to comment.