File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/chart/templates/pgserver Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3535 echo "File does NOT exist: /data/smart-intersection-ri.tar.bz2"
3636 echo "Downloading file from GitHub..."
3737 apk add --no-cache wget
38- wget -O /data/smart-intersection-ri.tar.bz2 "https://github.com/open-edge-platform/edge-ai-suites/raw/refs/heads/feature/ITEP-68946-update-scenescape /metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/src/webserver/smart-intersection-ri.tar.bz2"
38+ wget -O /data/smart-intersection-ri.tar.bz2 "https://github.com/open-edge-platform/edge-ai-suites/raw/refs/tags/v1.2.0-20250819 /metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/src/webserver/smart-intersection-ri.tar.bz2"
3939 if [ $? -eq 0 ]; then
4040 echo "File downloaded successfully to /data/smart-intersection-ri.tar.bz2"
4141 else
You can’t perform that action at this time.
0 commit comments