Skip to content

Instantly share code, notes, and snippets.

@jgavinray
Created April 5, 2023 15:53
Show Gist options
  • Select an option

  • Save jgavinray/b79fdfa5467f21c7579d83835e69a313 to your computer and use it in GitHub Desktop.

Select an option

Save jgavinray/b79fdfa5467f21c7579d83835e69a313 to your computer and use it in GitHub Desktop.
Keras on local bare metal Ubuntu 22.04
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install nvidia-driver-525-server
wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-Linux-x86_64.sh
bash Miniconda3-py310_23.1.0-1-Linux-x86_64.sh
conda create --name keras
conda activate keras
conda install keras-gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment