Skip to content

Commit

Permalink
fixed the cpu api start file
Browse files Browse the repository at this point in the history
  • Loading branch information
ijmarshall committed Jan 7, 2020
1 parent ac9436f commit 60dfc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-api.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

MODEL_PATH="$(pwd)/robotreviewer/data"
docker run --runtime=nvidia --name "robotreviewer" --volume ${MODEL_PATH}:/var/lib/deploy/robotreviewer/data --env ROBOTREVIEWER_REST_API=true -d --restart="always" -p 127.0.0.1:5050:5000 robotreviewer
docker run --name "robotreviewer" --volume ${MODEL_PATH}:/var/lib/deploy/robotreviewer/data --env ROBOTREVIEWER_REST_API=true -d --restart="always" -p 127.0.0.1:5050:5000 robotreviewer

0 comments on commit 60dfc8f

Please sign in to comment.