tensorflow_gpu.yml 245 Bytes
Newer Older
VoVAllen's avatar
VoVAllen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

name: tensorflow-ci
dependencies:
  - cudatoolkit = 10.1
  - pip
  - pip:
    - tf-nightly-gpu == 2.1.0.dev20191125
    - tfdlpack-gpu
  - nose
  - numpy
  - cython
  - scipy
  - networkx
  - matplotlib
  - nltk
  - requests[security]
  - tqdm