Skip to content

Instantly share code, notes, and snippets.

@asears
Last active January 3, 2020 11:35
Show Gist options
  • Select an option

  • Save asears/3695d7af338a513ceb4f8b062fd59855 to your computer and use it in GitHub Desktop.

Select an option

Save asears/3695d7af338a513ceb4f8b062fd59855 to your computer and use it in GitHub Desktop.
Python Installs
# https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal
# this is not required if tensorflow-gpu installed. pkgs/main/win-64/cudatoolkit, cudnn, tensorflow-gpu installed
# Move this to environment.yaml with versioning once frozen for base environment
conda install -c conda-forge pywin32
conda install -c anaconda jupyter_client
conda install -c conda-forge jupyter_core
conda install nltk
conda install beautifulsoup4
conda install -c conda-forge markovify
conda install matplotlib
conda install tensorflow-datasets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment