Skip to content

Instantly share code, notes, and snippets.

@lemonlatte
Created February 24, 2024 05:29
Show Gist options
  • Save lemonlatte/556d61d45736070d6098508e6625fdc7 to your computer and use it in GitHub Desktop.
Save lemonlatte/556d61d45736070d6098508e6625fdc7 to your computer and use it in GitHub Desktop.
Install tensorflow over mac m1
brew install miniconda
conda init (basename "$SHELL")
conda create -n tensorflow-env-39 python=3.9
conda install -c apple tensorflow-deps
conda install scikit-learn pandas jupyter
pip install tensorflow-macos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment