Skip to content

Commit

Permalink
create micromamba envrioment
Browse files Browse the repository at this point in the history
  • Loading branch information
codechenx committed Feb 10, 2024
1 parent ab4fac5 commit 0386322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/pop/setup_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ apt-cache policy docker-ce
apt_update
apt_install "docker-ce" "docker-ce"
sudo systemctl status docker
sudo usermod -aG docker ${USER}
sudo usermod -aG docker "${USER}"

0 comments on commit 0386322

Please sign in to comment.