Skip to content

Commit

Permalink
Add quotes around the docker container arguments to fix issue NVIDIA#26.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lezar committed Jan 5, 2016
1 parent e1edba9 commit 200771d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvidia-docker
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ case $CMD in
;;
esac

$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS $@
$DOCKER $DOCKER_ARGS $NV_DOCKER_ARGS "$@"

0 comments on commit 200771d

Please sign in to comment.