Skip to content

Instantly share code, notes, and snippets.

@martinsotir
Created April 4, 2020 23:01
Show Gist options
  • Save martinsotir/516b69b0fa3c190f57a063964e9d58ec to your computer and use it in GitHub Desktop.
Save martinsotir/516b69b0fa3c190f57a063964e9d58ec to your computer and use it in GitHub Desktop.
name: detectron2
channels:
- torch
- default
- conda-forge
dependencies:
- python=3.7
- cython
- pycocotools
- pytorch::pytorch
- cudatoolkit=10.1
- gcc_linux-64
- gxx_linux-64
- jupyter
- seaborn
- pandas
- pytorch::torchvision
- conda-forge::opencv>=4.1
- pip
- pip:
# - git+https://github.com/facebookresearch/detectron2.git not working ? missing cublas.h ?
# workarround with pre-compiled detectron2: pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment