Skip to content

Instantly share code, notes, and snippets.

@domluna
Last active November 10, 2016 01:42
Show Gist options
  • Save domluna/f062c8b708efa8bdf30ad17ee9434eca to your computer and use it in GitHub Desktop.
Save domluna/f062c8b708efa8bdf30ad17ee9434eca to your computer and use it in GitHub Desktop.
CarND Term 1 environment sample
name: CarND-Term1
channels:
- https://conda.anaconda.org/menpo
dependencies:
- python==3.5.2
- numpy
- matplotlib
- tensorflow
- jupyter
- opencv3
- pillow
- keras
- scikit-learn
- scipy
- h5py
- eventlet
- flask-socketio
- pip:
- moviepy
@domluna
Copy link
Author

domluna commented Nov 10, 2016

# to create the env, only need to run this once
conda env create --file env.yml
# to use the env
source activate CarND-Term1
# to stop using the env
source deactivate 

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