Last active
February 20, 2022 07:23
-
-
Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.
Install miniconda, tensorflow, keras, theano
This file contains 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
bash Miniconda3-latest-MacOSX-x86_64.sh | |
// append env path | |
conda install jupyter matplotlib pandas scipy Pillow scikit-learn | |
conda install -c conda-forge keras tensorflow | |
// for some reasons tensorflow installed = 1.0.0, update here | |
conda update -f -c conda-forge tensorflow | |
conda install -c conda-forge opencv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment