mxnet_gpu.yml 194 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: mxnet-ci
dependencies:
  - cudatoolkit = 9.0
  - pip
  - pip:
    - mxnet-cu90
  - nose
  - numpy
  - cython
  - scipy
  - networkx
  - matplotlib
  - nltk
  - requests[security]
  - tqdm