Skip to content

Instantly share code, notes, and snippets.

@yezil3
Last active April 23, 2024 20:12
Show Gist options
  • Save yezil3/f1663d6f9cc682c1aae02b9e5b529697 to your computer and use it in GitHub Desktop.
Save yezil3/f1663d6f9cc682c1aae02b9e5b529697 to your computer and use it in GitHub Desktop.
vscode-issues

Two active conda environments in VScode, one (base):

conda config --set auto_activate_base False

Add a user to sudo group to avoid using sodu for docker everytime:

sudo gpasswd -a $USER docker

Enable docker permission on different shells by swtiching to the shell and:

sudo chmod 666 /var/run/docker.sock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment