vast-ai / vast-python

Vast.ai python and cli api client
MIT License
117 stars 44 forks source link

Unnecessary use of `sudo` in copy command #47

Open jcarrano opened 1 year ago

jcarrano commented 1 year ago

The copy command uses sudo for the rsync command which is unnecessary. Besides security, it makes the command unnecessarily interactive.

I have tried removing sudo and it works fine without.