Skip to content

Instantly share code, notes, and snippets.

@fomightez
Last active June 4, 2022 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fomightez/b596c808b146d0b848eb0337d74abd16 to your computer and use it in GitHub Desktop.
Save fomightez/b596c808b146d0b848eb0337d74abd16 to your computer and use it in GitHub Desktop.

Install Conda/MiniConda as per your choice

For Conda (https://www.anaconda.com/products/distribution)

wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
bash Anaconda3-2022.05-Linux-x86_64.sh

For MiniConda (https://docs.conda.io/en/latest/miniconda.html#linux-installers)

wget https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-Linux-x86_64.sh 
bash Miniconda3-py39_4.12.0-Linux-x86_64.sh

Install Docker

sudo apt install docker.io

Running Docker without sudo

sudo groupadd docker
sudo usermod -aG docker $USER
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment