Hi all, I am trying to deploy ClearML server in a local machine. I followed all the steps in None but when I went to the last step, the step docker-compose -...
4 months ago
For whoever gets the same issue, I solved it by adding my user to the docker group.
sudo usermod -aG docker $USER
(restart the session)
sudo service docker restart