environment.yml 279 Bytes
Newer Older
Nianchen Deng's avatar
Nianchen Deng committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# To run: conda env create -f environment.yml
name: nerf
channels:
    - conda-forge
dependencies:
    - python
    - pip
    - cudatoolkit
    - tensorflow-gpu
    - numpy
    - matplotlib
    - imageio
    - imageio-ffmpeg
    - configargparse
    - imagemagick