Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Last active February 26, 2024 19:22
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 Melonangie/93c1e3d3a5bac3f135f90e71a48bfb4e to your computer and use it in GitHub Desktop.
Save Melonangie/93c1e3d3a5bac3f135f90e71a48bfb4e to your computer and use it in GitHub Desktop.
Conda Data Science Enviroment
name: bigd
channels:
- nvidia
- pytorch
- conda-forge
- defaults
dependencies:
- numpy
- pandas
- matplotlib
- scikit-learn
- keras
- kaggle
- jupyter
- tensorflow[and-cuda]
- pytorch
- torchvision
- pytorch-cuda
- pip
- pip:
- tensorrt
- nvidia-ml-py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment