Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 5 #909

Open
wants to merge 8 commits into
base: unstable
Choose a base branch
from
Open

Patch 5 #909

wants to merge 8 commits into from

Commits on Sep 6, 2021

  1. update --06sep2021

    python-pip to python3-pip & changed docker install & disabled usermod docker group
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0fca390 View commit details
    Browse the repository at this point in the history
  2. added install libssl-dev gcc python3-dev

    added apt-get install libssl-dev swig python3-dev gcc
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1eafe50 View commit details
    Browse the repository at this point in the history
  3. added install flake8 python2 python3

    apt-get install flake8 python3 python2
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    ab0b9b6 View commit details
    Browse the repository at this point in the history
  4. added docker official install method

    apt-get install \
        apt-transport-https \
        ca-certificates \
        curl \
        gnupg \
        lsb-release
    
    curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
    
    apt-get install docker-ce docker-ce-cli containerd.io
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    6091d0e View commit details
    Browse the repository at this point in the history
  5. enabled docker group add & services

    groupadd docker
    usermod -aG docker $USER
    systemctl enable docker.service
    sudo systemctl enable containerd.service
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    41a2635 View commit details
    Browse the repository at this point in the history
  6. added pip3 install poster3

    pip3 install poster3
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8497205 View commit details
    Browse the repository at this point in the history
  7. removed poster

    poster --removed
    mrdeepmind authored Sep 6, 2021
    Configuration menu
    Copy the full SHA
    7b82af6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5e0f32 View commit details
    Browse the repository at this point in the history