Switch to unified view

a b/archive/environment_gpu.yml
1
name: dmri_seg
2
3
channels:
4
    - conda-forge
5
    - pnlbwh
6
    
7
dependencies:
8
    - python==3.6
9
    - tensorflow-gpu==1.12.0
10
    - cudatoolkit==9.0
11
    - cudnn==7.6.0
12
    - keras==2.2.4
13
    - nibabel>=2.2.1
14
    - ants
15
    - pip
16
    - pip:
17
        - ipython
18
        - prompt-toolkit==2.0.1
19
        - gputil
20
        - scikit-image==0.16.2
21
        - git+https://github.com/pnlbwh/conversion.git