Skip to content

Instantly share code, notes, and snippets.

@bitsurgeon
Last active September 28, 2019 05:26
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 bitsurgeon/7a0ef420c79ad882b628746174c9e8b7 to your computer and use it in GitHub Desktop.
Save bitsurgeon/7a0ef420c79ad882b628746174c9e8b7 to your computer and use it in GitHub Desktop.
conda environment configuration for CarND
name: carnd
channels:
- defaults
- conda-forge
dependencies:
- python
- autopep8
- ffmpeg
- imageio
- ipython
- jupyter
- matplotlib
- numpy
- opencv
- pandas
- pip
- pylint
- pytest
- scipy
- tensorflow-gpu
- scikit-learn
- scikit-image
- keras
- pydot
- seaborn
- eventlet
- flask-socketio
- lxml
- pyqt
- Cython
- contextlib2
- pip:
- moviepy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment