albarji / neural-style-docker

A dockerized version of neural style transfer algorithms
MIT License
112 stars 34 forks source link

Unused sudo code in variants.sh #8

Closed albarji closed 6 years ago

albarji commented 7 years ago

In variants.sh the following code is used to identity whether the current user can run docker without superuser permission

if groups $USER | grep &>/dev/null '\bdocker\b'; then SU="" else SU="sudo"; fi

but this is not used anywhere else.

albarji commented 6 years ago

This is script has become deprecated with the release of v1.0