Skip to content

Instantly share code, notes, and snippets.

@lijunzh
Last active March 30, 2020 20:33
Show Gist options
  • Save lijunzh/4f2d3f25051f511b78a15924560f7ed8 to your computer and use it in GitHub Desktop.
Save lijunzh/4f2d3f25051f511b78a15924560f7ed8 to your computer and use it in GitHub Desktop.
Conda environment file to set up latest PyTorch on Ubuntu
name: pytorch
channels:
- pytorch
dependencies:
- pip
- pytorch
- torchvision
- cudatoolkit=10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment