From: subhash kumar singh Date: Wed, 26 Jun 2024 08:10:24 +0000 (+0000) Subject: Avoid docker group creation X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8c4d8458a29200d2fac22bb362ac63a0efc5817a;p=aiml-fw%2Faimlfw-dep.git Avoid docker group creation Removed docker group creation as installation depends on `containerd`. Change-Id: If471c0d39ccfee459a9e3e92b96b4ba86de11088 Signed-off-by: subhash kumar singh --- diff --git a/bin/install_traininghost.sh b/bin/install_traininghost.sh index db35c0d..56b4023 100755 --- a/bin/install_traininghost.sh +++ b/bin/install_traininghost.sh @@ -16,17 +16,6 @@ # # ================================================================================== -# Checking whether the user is added in the docker group or not. -if [[ $(groups | grep docker) ]]; then - echo "You are already added to the docker group!" -else - sudo groupadd docker - sudo usermod -aG docker $USER - echo "Adding you to the docker group re-login is required." - echo "Exiting now try to login again." - exit -fi - tools/kubernetes/install_k8s.sh tools/nfs/configure_nfs_server.sh localhost tools/helm/install_helm.sh