You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing SMILER right now, it is really nice to work with! I ran into one minor issue: On the machine I'm using it, I don't have sudo rights, therefore I can't call docker as sudo docker. But this is hardcoded for smiler clean (and hardcoded without sudo for smiler run). It would be nice to either have an option to specify whether to use sudo, or to not use it at all. In the latter case, one can still use it via, e.g., alias docker="sudo docker"
Best,
Matthias
The text was updated successfully, but these errors were encountered:
Hi @tkunic,
I'm testing SMILER right now, it is really nice to work with! I ran into one minor issue: On the machine I'm using it, I don't have sudo rights, therefore I can't call docker as
sudo docker
. But this is hardcoded forsmiler clean
(and hardcoded withoutsudo
forsmiler run
). It would be nice to either have an option to specify whether to usesudo
, or to not use it at all. In the latter case, one can still use it via, e.g.,alias docker="sudo docker"
Best,
Matthias
The text was updated successfully, but these errors were encountered: