Skip to content

Instantly share code, notes, and snippets.

@dblalock
Created February 26, 2019 20:23
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 dblalock/3879864215f811f91b45e9793f516657 to your computer and use it in GitHub Desktop.
Save dblalock/3879864215f811f91b45e9793f516657 to your computer and use it in GitHub Desktop.
Environment config file for Scipy stack + Keras GPU with miniconda. Tested on ubuntu 16.0.4 LTS.
name: tf27
channels:
- pytorch
- defaults
dependencies:
- python=2.7
- tensorflow-gpu=1.12.*
- keras
- numpy
- pandas
- notebook
- numba
- pytest
- scipy
- scikit-learn
- joblib
- six
@dblalock
Copy link
Author

tensorflow-gpu is latest version available for conda (as of 2/2019), which seems to lag behind pypi for unclear reasons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment