We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ff880 commit b68e460Copy full SHA for b68e460
1 file changed
qa/common/gen_qa_model_repository
@@ -345,7 +345,7 @@ if [ $? -ne 0 ]; then
345
fi
346
347
log_message.status "check: engine installation"
348
-if which -s docker ; then
+if which docker ; then
349
log_message.info "Docker is installed."
350
351
if ! docker volume inspect $DOCKER_VOLUME > /dev/null 2>&1; then
@@ -498,7 +498,7 @@ if which -s docker ; then
498
docker volume rm $DOCKER_VOLUME
499
fi # [ -z $CI ]
500
501
-elif which -s enroot ; then
+elif which enroot ; then
502
log_message.info "NVIDIA Enroot is installed." ;
503
else
504
log_message.warning "Neither Docker nor NVIDIA Enroot is installed." ;
0 commit comments