mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Merge pull request #5938 from RenaudWasTaken/master
Updated the TensorRT demo to use the official NVIDIA image
This commit is contained in:
@@ -91,7 +91,7 @@ job "tensorrt" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "renaudwastaken/tensorrt-frontend:latest"
|
||||
image = "nvidia/tensorrt-labs:frontend"
|
||||
args = [
|
||||
"main.py", "${RTSERVER}"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user