forked from DeepLabCut/DeepLabCut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDLC-GPU.yaml
More file actions
29 lines (27 loc) · 750 Bytes
/
DLC-GPU.yaml
File metadata and controls
29 lines (27 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# DLC-GPU.yaml
#DeepLabCut2.0 Toolbox (deeplabcut.org)
#© A. & M. Mathis Labs
#https://github.com/DeepLabCut/DeepLabCut
#Please see AUTHORS for contributors.
#https://github.com/DeepLabCut/DeepLabCut/blob/master/AUTHORS
#Licensed under GNU Lesser General Public License v3.0
#
# DeepLabCut environment
# FIRST: INSTALL CORRECT DRIVER for GPU, see https://stackoverflow.com/questions/30820513/what-is-the-correct-version-of-cuda-for-my-nvidia-driver/30820690
#
# install: conda env create -f DLC-GPU.yaml
# update: conda env update -f DLC-GPU.yaml
name: DLC-GPU
channels:
- conda-forge
- defaults
dependencies:
- python=3.7
- pip
- cudnn=7
- jupyter
- nb_conda
- Shapely
- pip:
- tensorflow-gpu==1.15.5
- deeplabcut[gui]