Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
for DS 5.0 GA
  • Loading branch information
nvbrupde authored Sep 18, 2020
1 parent e7f7358 commit c360fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perception_docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/bash
DOCKERURL=nvcr.io/nvidia/deepstream_360d:4.0.1-19.11
DOCKERURL=nvcr.io/nvidia/deepstream_360d:5.0-20.08
xhost +
docker pull $DOCKERURL
docker run --gpus all -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /root nvcr.io/nvidia/deepstream_360d:4.0.1-19.11
docker run --gpus all -it --rm -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /root nvcr.io/nvidia/deepstream_360d:5.0-20.08

0 comments on commit c360fe5

Please sign in to comment.