Created
April 5, 2023 15:53
-
-
Save jgavinray/b79fdfa5467f21c7579d83835e69a313 to your computer and use it in GitHub Desktop.
Keras on local bare metal Ubuntu 22.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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