Skip to content

Commit

Permalink
changed image tag to latest (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw authored Jan 14, 2024
1 parent c418d7f commit 34ca1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ else
fi

if [[ "$(uname -m)" == "aarch64" ]]; then
DOCKER_IMAGE="savant-deepstream-l4t:0.2.0-6.2-base"
DOCKER_IMAGE="ghcr.io/insight-platform/savant-deepstream-l4t:latest"
else
DOCKER_IMAGE="savant-deepstream:0.2.0-6.2-base"
DOCKER_IMAGE="ghcr.io/insight-platform/savant-deepstream:latest"
fi

GPU_BENCHMARK_NAMES=(
Expand Down

0 comments on commit 34ca1b5

Please sign in to comment.